Hello!
How can I empty a cursor inside a combobox? Next time I select the combobox items inside the same form it generates an error
SELECT cityname FROM cities,countries WHERE cities.countryid=countries.countryid AND countryname=thisform.combo5.value INTO CURSOR MyCursor READWRITE
thisform.combo6.RowSource="MyCursor"
How can I empty a cursor inside a combobox? Next time I select the combobox items inside the same form it generates an error
SELECT cityname FROM cities,countries WHERE cities.countryid=countries.countryid AND countryname=thisform.combo5.value INTO CURSOR MyCursor READWRITE
thisform.combo6.RowSource="MyCursor"