Parameter Value error

kkeegler

New member
Local time
Today, 13:44
Joined
Feb 27, 2003
Messages
9
I click a command button on a form to print a report and get a message box that calls for a parameter value to be entered with the notation "tblClientInformation.ClientReTracePrice"

The requested print report is a fax cover sheet to my client.

The parameter error has nothing to do with the report to be printed and all references to "ClientReTracePrice" were changed to "ClientNoRecordPrice"

A click on "OK" allows me to print the report.
 
make sure its not being referenced in the sorting and grouping
section of your report design
 
I looked and there was nothing there.
 
There IS some reference that didn't get changed. Try looking at the form's data tab. The reference might be there in the filter or sorting property.
 
Fixed

The junior member bows to the senior member.

It certainly pays to know exactly where to look.

Thanks very much for fixing a very irritating problem. :)
 

Users who are viewing this thread

Back
Top Bottom