Hello,
I want a query to be interactive. I want it to be in a form or to prompt the user to enter a Username and Date and pull back all the records that match, and then populate that infromation into a report so that I can format the infromation and print it out... (a mailing list kinda)
I have a database that is not normalized, I have 20+ tables that are farely duplicate. The fileds consist of
ID - Key
CreateDate
CreatTime
CreatedBy
FirstName
LastName
Address
City
State
ZIP
I went into the query editor and created one that will search and pull back all the records from all the tables (25) based on the records that were created on a certain date and by a certain user.. (I created a query that worked on one table, and copied it for the next table and put a UNION between the selects)
Any suggestions would be greatly apperciated.
I want a query to be interactive. I want it to be in a form or to prompt the user to enter a Username and Date and pull back all the records that match, and then populate that infromation into a report so that I can format the infromation and print it out... (a mailing list kinda)
I have a database that is not normalized, I have 20+ tables that are farely duplicate. The fileds consist of
ID - Key
CreateDate
CreatTime
CreatedBy
FirstName
LastName
Address
City
State
ZIP
I went into the query editor and created one that will search and pull back all the records from all the tables (25) based on the records that were created on a certain date and by a certain user.. (I created a query that worked on one table, and copied it for the next table and put a UNION between the selects)
Any suggestions would be greatly apperciated.