Here's a nice one for ya 
My database has a main table and a linked table from a different database.
My table, among others has the fields Serial_No and Tracker_No, linked table has the fields Serial_Is and Tracker_Is (among others of course but those are the ones that interest me). Table are related Serial_No<->Serial_Is in a one-to-one relationship.
On the form I have a field for Serial_No, and Tracker_No.
What I want is when I input the serial number the access automatically looks up the same number in the linked table (by relation), gets the Tracker_Is value puts it in the Tracker_No field (and adds it to my table, of course
)
Thanks from the top for any help

My database has a main table and a linked table from a different database.
My table, among others has the fields Serial_No and Tracker_No, linked table has the fields Serial_Is and Tracker_Is (among others of course but those are the ones that interest me). Table are related Serial_No<->Serial_Is in a one-to-one relationship.
On the form I have a field for Serial_No, and Tracker_No.
What I want is when I input the serial number the access automatically looks up the same number in the linked table (by relation), gets the Tracker_Is value puts it in the Tracker_No field (and adds it to my table, of course

Thanks from the top for any help
Last edited: