Textbox

E

Emma

Hi I have a textbox I would like to grab the clients last name from the Tbl
Client Information how do I do this? I tried the following but it isn't
working:
[Tbl Client Information].[Last Name]
 
D

Dorian

If your form is bound to the table containing the client last name, just set
the control source of the textbox to the name of the table column.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
Top