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...