joeserrone
The cat of the cul-de-sac
- Local time
- Today, 14:37
- Joined
- Dec 17, 2006
- Messages
- 164
Hello!
I'm working on a query that that has 2 separate tables as a source. The first table the data is captured by Date and formatted as Short Date, the second table the data is captured by a timestamp.
For the data captured by the timestamp I am using the: VDate: Format([Timestamp],"Short Date") but when I create a query and try to create a property between the Date from the first Table with the VDate of my Timestamp Query I get a Type Mismatch Error.
For some reason I think Access still thinks VDate is a Timestamp, do you guys have any idea how I can get to compare the timestamp with the regular short date
Thanks
I'm working on a query that that has 2 separate tables as a source. The first table the data is captured by Date and formatted as Short Date, the second table the data is captured by a timestamp.
For the data captured by the timestamp I am using the: VDate: Format([Timestamp],"Short Date") but when I create a query and try to create a property between the Date from the first Table with the VDate of my Timestamp Query I get a Type Mismatch Error.
For some reason I think Access still thinks VDate is a Timestamp, do you guys have any idea how I can get to compare the timestamp with the regular short date
Thanks