Hi all,
I have used this code to print a report directly from a form which works brilliantly, I found it on this forum ta whoever it was (sorry I can't remember).
Dim strCriteria As String
strCriteria = "[Tooling Information]![Tooling ID]=[Forms]![Tooling Information]![Cost Sheet Number (calculated)]"
DoCmd.OpenReport "Tooling Information4", acNormal, , strCriteria
The "Tooling Information4" report is one of 4. What I would like to do is pop up a box that askes the user which report they want to print. Each report has a different number of prices for quatation purposes.
Thanks in advance
Allan
I have used this code to print a report directly from a form which works brilliantly, I found it on this forum ta whoever it was (sorry I can't remember).
Dim strCriteria As String
strCriteria = "[Tooling Information]![Tooling ID]=[Forms]![Tooling Information]![Cost Sheet Number (calculated)]"
DoCmd.OpenReport "Tooling Information4", acNormal, , strCriteria
The "Tooling Information4" report is one of 4. What I would like to do is pop up a box that askes the user which report they want to print. Each report has a different number of prices for quatation purposes.
Thanks in advance
Allan