B
bbxrider
vb6.0/ access 2000
from a vb .frm i can easily send an access report to a default printer with
objAccess.DoCmd.OpenReport "RptName", acNormal
is it possible to invoke the 'full' access preview and/or print report
functionality
where i can obtain a directory location and file type using vb input schemes
like textboxes or whatever
and then pass that to access to duplicate the file/export functionality
been going thru the obj browser in vb to look for export, etc but doesn't
seem to be there
also even when trying the above code with acPreview instead of acNormal
there is no
error but nothing happens either
from a vb .frm i can easily send an access report to a default printer with
objAccess.DoCmd.OpenReport "RptName", acNormal
is it possible to invoke the 'full' access preview and/or print report
functionality
where i can obtain a directory location and file type using vb input schemes
like textboxes or whatever
and then pass that to access to duplicate the file/export functionality
been going thru the obj browser in vb to look for export, etc but doesn't
seem to be there
also even when trying the above code with acPreview instead of acNormal
there is no
error but nothing happens either