a_20120
04-14-2007, 08:12 PM
I have used macro to generate report between two Dates (From - To), it works on some PCs well but on some PCs generates error...see attachment
Could SomeOne help me?
Could SomeOne help me?
|
View Full Version : From - To Date Report a_20120 04-14-2007, 08:12 PM I have used macro to generate report between two Dates (From - To), it works on some PCs well but on some PCs generates error...see attachment Could SomeOne help me? Simon_MT 04-16-2007, 12:16 PM I would suggest using a Dialog Box and refer back to the Start and End on the Report Query - I got really annoyed with Dates, this method damn well works! [Client Sale Date] Between [Forms]![Sales Dialogue Reports]![Start] And [Forms]![Sales Dialogue Reports]![End] Simon boblarson 04-16-2007, 12:22 PM The error message in question seems to refer to a problem that has to do with something OTHER than dates but rather to code trying to either set something either visible or invisible. |