S
samuelgreene
HI all,
I'm getting 'Type mismatch in expression' in a new query I'm creating
in Access. We have a SQL server backend. I have an existing query in
access and i'm trying to join to a table which contains some random
dates for some statistical analysis(first it was a view, but now it's
just a table). The date in the query is formatted in this manner :
Format([Problems]![Date/Time],"d/m/yyyy")
The date in the sql server table is stored as date/time.
AssignedPerDay CompletedPerDay AssignedDate Assigned To dt
4 4 1/10/2005 Chris 1/12/2005
I noticed i had the access data formatted dd/mm/yy which was creating
leading zeros on the single digit numbers, but i changed that and it's
still causing an error. I've created the relation in the relationship
window as MS said to do - it accepts it without error there....that
evidently is not actually testing it there.
thanks
Sam
SQL Server 2000
MS Access 2003
I'm getting 'Type mismatch in expression' in a new query I'm creating
in Access. We have a SQL server backend. I have an existing query in
access and i'm trying to join to a table which contains some random
dates for some statistical analysis(first it was a view, but now it's
just a table). The date in the query is formatted in this manner :
Format([Problems]![Date/Time],"d/m/yyyy")
The date in the sql server table is stored as date/time.
AssignedPerDay CompletedPerDay AssignedDate Assigned To dt
4 4 1/10/2005 Chris 1/12/2005
I noticed i had the access data formatted dd/mm/yy which was creating
leading zeros on the single digit numbers, but i changed that and it's
still causing an error. I've created the relation in the relationship
window as MS said to do - it accepts it without error there....that
evidently is not actually testing it there.
thanks
Sam
SQL Server 2000
MS Access 2003