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...
I have to generate the RowSource for a combobox with SELECT statement and I do not know the proper code that can help me. (thisform.combo1.Rowsource=?)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.