I have a query based on a linked table associated with an SQL database. The query is looking for the following.
YR
CR_No
UserID
Signature_Type (ASSIGN or DUEDATE)
Signature_Date
I want the query to return all of this data in one record however when I run the query one record shows the UserID with Signature_Type of ASSIGN and the other record shows the Signature_Date with the DUEDATE. How can I merge these records or otherwise show all of this data in one record so it will display properly on a report?
Thanks,
Jim
YR
CR_No
UserID
Signature_Type (ASSIGN or DUEDATE)
Signature_Date
I want the query to return all of this data in one record however when I run the query one record shows the UserID with Signature_Type of ASSIGN and the other record shows the Signature_Date with the DUEDATE. How can I merge these records or otherwise show all of this data in one record so it will display properly on a report?
Thanks,
Jim