I’d appreciate some advise please on this “problem”:
Background – database written in A97 and recently converted to A2000.
We have a report that requires 3 parameters, 1 is [style], 2 is client’s and 3 is [year].
The report is called by a macro (which used to work perfectly) and this is what shows on screen
Enter Parameter Value Style of Accounts (I would enter draft, then press OK)
Enter Parameter Value Please enter Clients Code], 2 [Unknown]= (so I enter a clients code, press OK)
Enter Parameter Value Style of Accounts (now here I enter a year say 2001, press OK)
Enter Parameter Value Please enter Clients Code], 5 [Unknown]= (just press enter)
Report opens as it should at the correct record and with correct data! The macro uses a where condition in the open report which is [secode]=[Enter Client's Code] And [TrYear]={Enter Year ending]. So why do I get the screwed up messages in the Enter Parameter boxes?