I need help to solve the parameters in this URL string below which is working okay as long as the parameters are hard codded , now I want the parameters to be more flexible by providing some kind of input form parameters like below:
Here are the parameters:
Me.txtlatsouth = -15 (where there is -15 in the url must be replaced by Me.txtlatsouth)
Me.txtlongNorth = 28 (where there is 28 in the url must be replaced by Me.txtlongNorth)
MYURL = "https://api.openweathermap.org/data/2.5/weather?lat=-15&lon=28&appid=XXXXXXXXXXXXID"
I tried it several times I cannot get it right
Here are the parameters:
Me.txtlatsouth = -15 (where there is -15 in the url must be replaced by Me.txtlatsouth)
Me.txtlongNorth = 28 (where there is 28 in the url must be replaced by Me.txtlongNorth)
MYURL = "https://api.openweathermap.org/data/2.5/weather?lat=-15&lon=28&appid=XXXXXXXXXXXXID"
I tried it several times I cannot get it right