If a text box is unbound does txtName_AfterUpdate fire after each character you key in? If you put the same code in the txtName_Change event it will narrow down the filter with each subsequent character entered and I don't think there will be any great performance hit. PeteJ
(Contract Code-monkey)
It's amazing how many ways there are to skin a cat
(apologies to the veggies)
Is there not a possibility to write a not_in_list event?
for the query behind the combobox i used columwide 0(=keyID),5cm(=the name) so that i see the name but not the keyID. What will be stored in the reference table is the keyID.
re: If a text box is unbound does txtName_AfterUpdate fire after each character you key in?
No
Doesn't seem to work in the change event (well not after a quick play anyway).
vdzr
Not really sure I understand what you're asking. The above code will still work with you column widths set to whatever, just as if it was loaded from a table.
There are two ways to write error-free programs; only the third one works.
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.