So I have two seperate tables i'll give an example this is not my database just showing an example to simplify:
Table 1:
Owner Number Address Age Adam 1781871781 117 example st 50
Table 2:
Owner Age Adam
So What I want in table 2 is to create a lookup for OWNER and then Age automatically fills in according to the value that I already looked up from OWNER.
In short when I select Adam I want it to show his age being 50 in table 2.
I know this is probably a simple thing in access i just cant seem to find the way to do this. Thanks guys.