On Thu, December 19, 2013 3:50 am, Dave Crozier wrote: > Personally I never use combo boxes bound to data tables unless they are > in a grid. Why not use a SQL statement to load up the combo box and they > you can initiate the requery() on it whenever you need to refresh the > contents. Bind it to a form propery and make the bound field the PK of > the records you are selecting in the SQL. > > That way you can instantly get the PK of the record selected by looking > at the Form Property. > > Dave >
That's the way I do it too. So much easier and virtually no problems, whereas I did have problems doing it the other way (tieing to data table). _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

