I have figured out "auto-fill" on a form, as referenced here: https://www.accessforums.net/forms/c...uto-31874.html
I am looking to add to this capability though. I need a data entry form to input data into a table, but use "auto-fill" fields for user validation. Some suppliers have the same name, but different locations, and therefore different supplier numbers.
The easiest method to make a data entry form is just to use the form generated by the table, but implementing auto-fill requires referencing other tables. Would I use unbound fields on my form, and then submit the form input data (not auto-filled) to the table via an append query? Or am I going about this the wrong way?