View Full Version : auto fill combo box value


binx
06-13-2001, 10:56 AM
I was hoping someone could help by letting me know how to auto fill a combo box with a previous value? Everything is working great but I am just looking for a faster way of entering data then selecting from the combo box every time for the same client/category.


Thanks for any help,

binx

Matthew Snook
06-14-2001, 06:47 AM
In the after update event, you could reset the default value of the control. That way the next time you enter a new record, the new default is whatever you selected last time.

Matt

binx
06-14-2001, 11:07 PM
Is that in the after update control of the combo box or default value?