I have an ASSET table with two fields one is the ASSET NAME, The other an ASSET SERIAL. The NAME always has a unique serial number. attached to it.
I have a MASTER LOG table, and the field for "ASSET" is a dropdown containing the ASSET NAMES. I have another field named "TAG"
Is there a way, that by selecting ASSET NAME, the TAG associated with the NAME from the ASSET table will populate?
Basically filling two fields from one lookup, if they are all unique entries.