I have a table of corporation names. This is three fields - CorpID; CorpName; CorpAbbr (ie Record #1 is "Environmental Protection Agency", EPA). The data is used in combination with other tables (eg against report titles as a the corp owner).
Where this data is available to users on forms for input I'd ideally like both name and abbreviation available as a single list. For example: if the user types "Environmental Protection Agency" it picks up record #1; if they type "EPA" it would also pick up record #1. I don't want two records in my corporations table. I don't want people typing "EPA" and thinking its not there so adding it as a new record.
Is this possible at all? Is this something I tackle at the table level with lookups? or is on the form only? If it's on the form, how do I get the data to transfer into my table for 'keeping'?
Where this data is available to users on forms for input I'd ideally like both name and abbreviation available as a single list. For example: if the user types "Environmental Protection Agency" it picks up record #1; if they type "EPA" it would also pick up record #1. I don't want two records in my corporations table. I don't want people typing "EPA" and thinking its not there so adding it as a new record.
Is this possible at all? Is this something I tackle at the table level with lookups? or is on the form only? If it's on the form, how do I get the data to transfer into my table for 'keeping'?