jordanking
Programmer
- Sep 8, 2005
- 351
Hello,
I tried to search this out but am still stuck,
I am trying to use the following code to open a report in access 2003
but the program then pops open a dialoge box asking for the value of the "idsPurchID" parameter. I thought that was what I was assign with the above code.
can someone help me
Thanks in advance
JK
I tried to search this out but am still stuck,
I am trying to use the following code to open a report in access 2003
Code:
DoCmd.OpenReport "rptPurchase", acViewPreview, , "[idsPurchID] = 3235", acWindowNormal
but the program then pops open a dialoge box asking for the value of the "idsPurchID" parameter. I thought that was what I was assign with the above code.
can someone help me
Thanks in advance
JK