Update Combo Box

G

Graveyardblues

Have a Combo Box, "Client Name", that list's current clients. It AutoExpands
& Autocorrects, But, I need it to update any new client that is not in the
table... I've done this beofre, but, I cannot get it to work.....Is it an
"After Update" event procedure ??? I just cannot remember ????

Thanks For Any Help !!!!!

Aaron
 
R

Roger Carlson

With Option 2, you are only adding one bit of information. I both Client
and Company fields are required, the SQL statement will fail (which is what
the error indicates). You might want to use Option 5 to be able to enter
the additional information.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
Top