Hi,
I am having a problem on something that seems very simple.
I have a query with three fields [last name] [first name] and [dateofbirth]
I created a string field to uniquely identify each person
[firstname]&[lastname]&[dateofbirth]
My problem is that even though the [dateofbirth] field is formatted mm/dd/yyyy and it's value in the base table is 01/01/2001, it changes to 1/1/2001 in the string field.
The [dateofbirth] field in the query shows as 01/01/2003, but the string converts it to 1/1/2003. I need the full 10 digit date to link this to another table.
Is there a way to ensure the string expression keeps the exact format and # of digits ?
Thanks Chris
I am having a problem on something that seems very simple.
I have a query with three fields [last name] [first name] and [dateofbirth]
I created a string field to uniquely identify each person
[firstname]&[lastname]&[dateofbirth]
My problem is that even though the [dateofbirth] field is formatted mm/dd/yyyy and it's value in the base table is 01/01/2001, it changes to 1/1/2001 in the string field.
The [dateofbirth] field in the query shows as 01/01/2003, but the string converts it to 1/1/2003. I need the full 10 digit date to link this to another table.
Is there a way to ensure the string expression keeps the exact format and # of digits ?
Thanks Chris