I have a form which has details of customer includins customer ID.
I want to be able to press print and another form to be printed out showing that particular customer record. (it is basically the same information, but in a different format).
So I set up a command button which prints the specific form that I want then I added stLinkCriteris specifiying Customer ID = Customer ID.
However, when pressed I get the error message 'Type mismatch' - what does this mean?
Would I be better using a report?
I want to be able to press print and another form to be printed out showing that particular customer record. (it is basically the same information, but in a different format).
So I set up a command button which prints the specific form that I want then I added stLinkCriteris specifiying Customer ID = Customer ID.
However, when pressed I get the error message 'Type mismatch' - what does this mean?
Would I be better using a report?