verify change of data (1 Viewer)

vickiwells

Registered User.
Local time
Today, 07:52
Joined
Jun 30, 2000
Messages
61
I have a combo box which is used to enter new data. However, sometimes the user accidentally changes data, when what they meant to do is filter by form. What's the best way avoid this and still be able to enter new data in the combo box? I've tried using a separate unbound combo, but it doesn't actually filter the records, it just does a GoTo.
 
R

Rich

Guest
Look at solutions enter/edit products might be a better way of what your trying to do.
HTH
 

ntp

Registered User.
Local time
Today, 07:52
Joined
Jan 7, 2001
Messages
74
Another option would be to simply inform the user that an item is going to be added. When an item is not found on the list you display a message and they can agrre to either an add, a filter or a cancel.

ntp
 

Users who are viewing this thread

Top Bottom