L
Louis
Hi - I have an Unbound Text Box on my Continuous Form in Access 2000.
The Control Source of the Form is TableA
I would like to set the Control Source of the text box to a value that is
from another table using a SELECT statement. But i cant seem to get it
right.
ie Text Box Control Source : SELECT TableB.ref FROM TableB Where TableB.id
= [tableb_link_id]
[id] is the id of the record to look up on trable b based on the value in
table A. The relationship is 1 - 1.
The Control Source of the Form is TableA
I would like to set the Control Source of the text box to a value that is
from another table using a SELECT statement. But i cant seem to get it
right.
ie Text Box Control Source : SELECT TableB.ref FROM TableB Where TableB.id
= [tableb_link_id]
[id] is the id of the record to look up on trable b based on the value in
table A. The relationship is 1 - 1.