Hello everyone. I have two different location A and B. For A it automatically set with current location and for B user need to insert the location. But whenever the user did not put the location which is the lat and long will become an empty string the deliverycharges will become 0. So right now i want to check
if lat and long = Null Then
Then deliverycharges = 0$ End If
but right now it cannot make the if else condition because lat and long is not a boolean. So any idea on how to make a condition to check the value of latlong ?
if lat and long = Null Then
Then deliverycharges = 0$ End If
but right now it cannot make the if else condition because lat and long is not a boolean. So any idea on how to make a condition to check the value of latlong ?