Could do with a bit of advice on this one please. I have attached the relationship layout for my database and I'm struggling to understand why certain fields automatically fill on a form and others don't.
For instance, I have a form with a subform. In the subform is the table Tbl_Display, this is just a device to display to the operator the items they have scanned before the data is copied to Tbl_Location permanently.
I have a field on the subform titled Description, which appears in the table Tbl_Tools but NOT in the Tbl_Display.
When I enter into the field Part_No in Tbl_Display it automatically inserts the relative description into the text box Description. Gravy.
I'm surprised then when I do exactly the same thing to Tbl_Find, which has the same purpose as Tbl_Display but will also run a query or two.
Why then is the textbox for Description not automatically updating once I enter into Part_No?
All I keep getting is #name?
Can anyone point out the idiot mistake I've made on this one please?
For instance, I have a form with a subform. In the subform is the table Tbl_Display, this is just a device to display to the operator the items they have scanned before the data is copied to Tbl_Location permanently.
I have a field on the subform titled Description, which appears in the table Tbl_Tools but NOT in the Tbl_Display.
When I enter into the field Part_No in Tbl_Display it automatically inserts the relative description into the text box Description. Gravy.
I'm surprised then when I do exactly the same thing to Tbl_Find, which has the same purpose as Tbl_Display but will also run a query or two.
Why then is the textbox for Description not automatically updating once I enter into Part_No?
All I keep getting is #name?
Can anyone point out the idiot mistake I've made on this one please?