I am having trouble getting 2 fields in a query to become DATES.
I have a form named frmTravelReports with 2 unbound fields. txtTripDateLookup and txtNightsIN.
Answer examples are 11/2/2013 and 7. Which means the tripdate and the number of nights for the trip.
I have a subform named sfrm7962People on the form.
In the subforms query, I made 2 calculated fields which i want to be DATES
that i would use for some purpose.
Here is what I have for the 2 query fields that i want to see as Dates.
txtSplinterDateIN: [forms]![frmTravelReports]![txtTripDateLookup]
EG I was hoping to see 11/2/2013
txtSplinterDateOUT: [forms]![frmTravelReports]![txtTripDateLookup]+[forms]![frmTravelReports]![txtNightsIn]
EG I was hoping for 11/9/2013.
Can you help to make them into dates? Thanks much.
I have a form named frmTravelReports with 2 unbound fields. txtTripDateLookup and txtNightsIN.
Answer examples are 11/2/2013 and 7. Which means the tripdate and the number of nights for the trip.
I have a subform named sfrm7962People on the form.
In the subforms query, I made 2 calculated fields which i want to be DATES
that i would use for some purpose.
Here is what I have for the 2 query fields that i want to see as Dates.
txtSplinterDateIN: [forms]![frmTravelReports]![txtTripDateLookup]
EG I was hoping to see 11/2/2013
txtSplinterDateOUT: [forms]![frmTravelReports]![txtTripDateLookup]+[forms]![frmTravelReports]![txtNightsIn]
EG I was hoping for 11/9/2013.
Can you help to make them into dates? Thanks much.