J
Jeff C
I have two tables of data joined in a union query, each of the tables have an
admit date and a birthdate field and the field type is date/time defined. I
have placed the resulting query in a new query in an attempt to return only
those records where the admit date and birthdate field are equal. I have
tried a number of different criteria but no matter what I've tried I get
data type mismatch etc type error messages. I have also tried using the
resulting recordset in a new query and qualifying each of the fields with
CDate but still cannot get a result without an error. I have tried creating
new queries and joining on acct# and also joing the admit date to the
birthdate. Same error message.
Anyone have an idea on a solution? Suggestion?
Thanks very much.
admit date and a birthdate field and the field type is date/time defined. I
have placed the resulting query in a new query in an attempt to return only
those records where the admit date and birthdate field are equal. I have
tried a number of different criteria but no matter what I've tried I get
data type mismatch etc type error messages. I have also tried using the
resulting recordset in a new query and qualifying each of the fields with
CDate but still cannot get a result without an error. I have tried creating
new queries and joining on acct# and also joing the admit date to the
birthdate. Same error message.
Anyone have an idea on a solution? Suggestion?
Thanks very much.