R
Rover
I have a button on a form from where I run this:
DoCmd.OpenReport "Customers", acViewPreview, , CustomerID = 1
I've hard coded the customerID as 1 . It is an autonumber. The report
runs, the command does not error off, but I get all customers returned.
Ideas?
TIA
Jim
DoCmd.OpenReport "Customers", acViewPreview, , CustomerID = 1
I've hard coded the customerID as 1 . It is an autonumber. The report
runs, the command does not error off, but I get all customers returned.
Ideas?
TIA
Jim