I have created a table with 3 coloumns each of which has 26 single character entries. I have then generated a query which returns 17576 records. This query is used as a drop down list in a database to assign a 3 letter prefix to each company (prefix is allowed to be used only once). However 17576 records is a lot of records to go through to find a prefix that is not used.
What I want is this list generated by the query to remove a prefix once it has been selected for a company. Would I be right in assuming that I use an Append/Delete query to make this drop down list work. If this is correct what would be the best way to go about it.
Table is called: Company
Cell is called: 3 Letter Reference (Combo List:- Generated from 3 Letter Reference Query)
What I want is this list generated by the query to remove a prefix once it has been selected for a company. Would I be right in assuming that I use an Append/Delete query to make this drop down list work. If this is correct what would be the best way to go about it.
Table is called: Company
Cell is called: 3 Letter Reference (Combo List:- Generated from 3 Letter Reference Query)