I
Isaack Rasmussen
Hello,
I'm trying to make a report that will output data from Database
tables. Doing it linearly is easy enough.
But I want more control over the grouping and use conditional
statements in the loop.
I have not been able to figure out how to do this in the Detail
segment of a Report. So I then tried to use VBScript, but using the
function "print" doesn't work as specified in the help files.
I'm running on Access 97 and the error I actually get is,
Runtime error: 2158
Application-defined or Object-defined Error
And the line is my,
Me.Print ("Testing myself")
Me seems to work fine, but not in combination with Print.
I'm sure this has been asked before, but I have not been able to find
anything as my keywords appears to be too generic.
Thanks in advance,
I'm trying to make a report that will output data from Database
tables. Doing it linearly is easy enough.
But I want more control over the grouping and use conditional
statements in the loop.
I have not been able to figure out how to do this in the Detail
segment of a Report. So I then tried to use VBScript, but using the
function "print" doesn't work as specified in the help files.
I'm running on Access 97 and the error I actually get is,
Runtime error: 2158
Application-defined or Object-defined Error
And the line is my,
Me.Print ("Testing myself")
Me seems to work fine, but not in combination with Print.
I'm sure this has been asked before, but I have not been able to find
anything as my keywords appears to be too generic.
Thanks in advance,