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 strongm 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: aprogrammer
  • Order by date
  1. aprogrammer

    quick question re rowsource, rowsourcetype field

    you could try to make for example a cursor (SELECT DISTINCT yourtable.yournotuniquefield FROM yourtable INTO CURSOR cursorforcombo) and then set the rowsource to be this cursor.
  2. aprogrammer

    How about a face lift?

    well....i must say i am completely surprised too. not only the same topic, but also in the same time :)
  3. aprogrammer

    SetALL With Textboxes??

    I used this type of setAll and it's working OK. Can your problem be somewhere else? (did you check that the line of code with "setAll" is executed?) Carmen
  4. aprogrammer

    Form parameter problem

    You could use a global (public) variable. This variable is set before calling your form, and is available everywhere in your form.

Part and Inventory Search

Back
Top