I have two tables and one form. Both tables share the same structure.
Table one: Inventory Items contains fifty thousand records, the entire nationwide inventory
Table two: Missing Items is a list of inventory items not found during an audit
Form: Simple data entry form (actually, it is a subform, but I don't think that is important) to build the Missing Items table.
The fields on the form are Property Number, Serial Number, Make, Model, and Noun Description. I'd like to give the user the ability to put in (or search for) either Property Number OR Serial Number and have all other fields fill in automatically (including the associated Prop or Serial number) based on a record located in the Inventory Items table. The form will also need to retain the ability to enter new inventory items, for those cases where the item is present, but not on the master inventory list.
Thanks
Table one: Inventory Items contains fifty thousand records, the entire nationwide inventory
Table two: Missing Items is a list of inventory items not found during an audit
Form: Simple data entry form (actually, it is a subform, but I don't think that is important) to build the Missing Items table.
The fields on the form are Property Number, Serial Number, Make, Model, and Noun Description. I'd like to give the user the ability to put in (or search for) either Property Number OR Serial Number and have all other fields fill in automatically (including the associated Prop or Serial number) based on a record located in the Inventory Items table. The form will also need to retain the ability to enter new inventory items, for those cases where the item is present, but not on the master inventory list.
Thanks