applevacross
Technical User
Access 2000 WinXP Pro
Good afternoon all, I'm looking for your expert knowledge.
I've created a form which is pretty simple. Each time a request for hardware of software comes in through the intranet, I enter that data into the database form. I created a macro "submit" button which will output the data entered into word via associated db report. However, every record comes up into the word file instead of just the one record I want. I'd like to make the report dependent on a query which will allow only that newly entered record to output to word. Does anybody know the criteria I will need to enter?
SQL:
SELECT [Date], [Ticket Number], [Staff Requesting Purchase], [Title of Requesor], [Reason of Request], [Quantity], [Description], [Part Number], [Price], [Shipping Cost], [Total]
FROM [Applevac_Inv_DB_Hardware/Software];
Thanks to All in advance,
Good afternoon all, I'm looking for your expert knowledge.
I've created a form which is pretty simple. Each time a request for hardware of software comes in through the intranet, I enter that data into the database form. I created a macro "submit" button which will output the data entered into word via associated db report. However, every record comes up into the word file instead of just the one record I want. I'd like to make the report dependent on a query which will allow only that newly entered record to output to word. Does anybody know the criteria I will need to enter?
SQL:
SELECT [Date], [Ticket Number], [Staff Requesting Purchase], [Title of Requesor], [Reason of Request], [Quantity], [Description], [Part Number], [Price], [Shipping Cost], [Total]
FROM [Applevac_Inv_DB_Hardware/Software];
Thanks to All in advance,