Hello:
I have created a query from a few tables and have the dates from each table listed. How can I put all the separate dates in one field? The tables all have a Primary key in common.
Eg.
tblMain -IDNo, date
tblOne - IDNo, date_one
tbltwo - IDNo, date_two
Qry
IDNo, date, date_one, date_two ( need one field with the result from dateone, date, or date_two. The other dates will be nil)
Thanks for any help
Sophia
I have created a query from a few tables and have the dates from each table listed. How can I put all the separate dates in one field? The tables all have a Primary key in common.
Eg.
tblMain -IDNo, date
tblOne - IDNo, date_one
tbltwo - IDNo, date_two
Qry
IDNo, date, date_one, date_two ( need one field with the result from dateone, date, or date_two. The other dates will be nil)
Thanks for any help
Sophia