Hi,
I have a field of values in Table1 that need to be entered into another field in Table2 via a list box. However, the values must be restricted to those that have not yet been entered into Table2. For example, if a user selects and saves a value (from Table1), that value must not be available for the user to select again - it must 'disappear' from their view.
I have been told that DLookup might be what I am looking for, but I don't see how that applies or if it does, where to put it. Would it be in the criteria for the field in the query or in code from an event?
Thanks,
SWK
I have a field of values in Table1 that need to be entered into another field in Table2 via a list box. However, the values must be restricted to those that have not yet been entered into Table2. For example, if a user selects and saves a value (from Table1), that value must not be available for the user to select again - it must 'disappear' from their view.
I have been told that DLookup might be what I am looking for, but I don't see how that applies or if it does, where to put it. Would it be in the criteria for the field in the query or in code from an event?
Thanks,
SWK