I'm having a difficult time to make a text box to show the customer name from a table.
I have two tables
tblCustomer (CustomerID, CustomerName, etc)
tblDigmatol (DigmatolID, CustomerID, etc)
and I use a form (frmDigmatol) to enter data for each new analysis (to tblDigmatol table).
The form has the following fields :
DigmatolID
CustomerID
etc
What I need is to have a text box in the frmDigmatol which shows the CustomerName from the tblCustomer table for the current CustomerID.
Please help.
Thanks in advance.
I have two tables
tblCustomer (CustomerID, CustomerName, etc)
tblDigmatol (DigmatolID, CustomerID, etc)
and I use a form (frmDigmatol) to enter data for each new analysis (to tblDigmatol table).
The form has the following fields :
DigmatolID
CustomerID
etc
What I need is to have a text box in the frmDigmatol which shows the CustomerName from the tblCustomer table for the current CustomerID.
Please help.
Thanks in advance.