Hi all
Using access 2010
2 questions in one here.
I have a form where users can book a vehicle.
In order to ensure that the vehicle is not double booked, i need to run a query that compared the existing data in a table to the data in the (dirty) booking form.
Data being checked is:
VehRego
Depart (date)
DepartTime
Return (date)
ReturnTime
My query can select (and return) all this info from my table correctly, but now I want to compare the date/time fields (in my table) to the date/time fields on the form.
So when I include a dynamic field from the form field as in:
FrmDt: [Forms]![NavForm]![NavigationSubform].[Form]![Depart]
The field returns '䗀䃤'
Question 1
Is it possible to combine depart date/time into 1 field?
Question 2
How do I display the query results in English?
Thanks
Using access 2010
2 questions in one here.
I have a form where users can book a vehicle.
In order to ensure that the vehicle is not double booked, i need to run a query that compared the existing data in a table to the data in the (dirty) booking form.
Data being checked is:
VehRego
Depart (date)
DepartTime
Return (date)
ReturnTime
My query can select (and return) all this info from my table correctly, but now I want to compare the date/time fields (in my table) to the date/time fields on the form.
So when I include a dynamic field from the form field as in:
FrmDt: [Forms]![NavForm]![NavigationSubform].[Form]![Depart]
The field returns '䗀䃤'
Question 1
Is it possible to combine depart date/time into 1 field?
Question 2
How do I display the query results in English?
Thanks