Volatile Posted February 11, 2009 Share Posted February 11, 2009 Let say I have 2 tables and 1 form. Table 1 holds data like this: 10.10.100.1 10.10.100.2 10.10.100.3 ...and so on. Table 2 holds the stored data inputted by the user on the form. My Question: When I select 10.10.100.1 to store for say.. record 1, I want it to no longer show or to be hidden from being selected again (unless I remove it from record 1). How can I do this? Link to comment Share on other sites More sharing options...
0 Volatile Posted February 11, 2009 Author Share Posted February 11, 2009 Figured it out. Unmatched Query and then link the query to the field. Link to comment Share on other sites More sharing options...
Question
Volatile
Let say I have 2 tables and 1 form.
Table 1 holds data like this:
10.10.100.1
10.10.100.2
10.10.100.3
...and so on.
Table 2 holds the stored data inputted by the user on the form.
My Question:
When I select 10.10.100.1 to store for say.. record 1, I want it to no longer show or to be hidden from being selected again (unless I remove it from record 1).
How can I do this?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts