Please help
I have a table where I enter information about a specific microbiological analysis,
tblDigmatol (DigmatolID, CustomerID, Date, etc)
What I need is to have a calculated field in that table consisted from the above 3 fields together in one word (eg DigmatolID=23, CustomerID=AFGT, Date=3/5/01)
How can I make the table (tblDigmatol) for each new entry
to get all the above 3 fields toghether (23AFDT3/5/01) and put this information
as text into a new field ?
Thanks in advance
I have a table where I enter information about a specific microbiological analysis,
tblDigmatol (DigmatolID, CustomerID, Date, etc)
What I need is to have a calculated field in that table consisted from the above 3 fields together in one word (eg DigmatolID=23, CustomerID=AFGT, Date=3/5/01)
How can I make the table (tblDigmatol) for each new entry
to get all the above 3 fields toghether (23AFDT3/5/01) and put this information
as text into a new field ?
Thanks in advance