Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: djolie
  • Content: Threads
  • Order by date
  1. djolie

    error

    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...
  2. djolie

    RowSourceType in combobox with sql-select

    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=?)

Part and Inventory Search

Back
Top