B
Biss
Hi I am using 2007.
I have a a form that is based on a table.
We import into the table data from excel file
In the table we have these fields that are relevant to my question.
[DOB]
[DOBDay]
[DOBMn]
[DobYr]
When we import the data the following fields have data in them.
[DOBDay]
[DOBMn]
[DobYr]
What I would like to do is on the form that corresponds to this table is
when the form is opened the data in these fields, text boxes [DOBDay],
[DOBMn],[DobYr] are combined in the text box [DOB] and stored in the field
[DOB].
I have tried this in various places as well as event procedures and have had
no results.
=[DOBDay] & "-" & [DOBMn] & "-" & [DOBYr]
Once I have that data I would like to have text box to display the age.. The
age does not need to be stored in the table..
I know that this should be simple but just cant get my hear around it.
Thanks in advance
Bob
I have a a form that is based on a table.
We import into the table data from excel file
In the table we have these fields that are relevant to my question.
[DOB]
[DOBDay]
[DOBMn]
[DobYr]
When we import the data the following fields have data in them.
[DOBDay]
[DOBMn]
[DobYr]
What I would like to do is on the form that corresponds to this table is
when the form is opened the data in these fields, text boxes [DOBDay],
[DOBMn],[DobYr] are combined in the text box [DOB] and stored in the field
[DOB].
I have tried this in various places as well as event procedures and have had
no results.
=[DOBDay] & "-" & [DOBMn] & "-" & [DOBYr]
Once I have that data I would like to have text box to display the age.. The
age does not need to be stored in the table..
I know that this should be simple but just cant get my hear around it.
Thanks in advance
Bob