Can anyone tell me how to print a report in Access Database from VB.
something like:
dim dbStock as database
set dbstock = Opendatabase "C:\stock.mdb"
dbStock.DoCmd.OpenReport "rptStock", acViewNormal
?????
The DoCmd isn't available, is it possible to print a report this way?
something like:
dim dbStock as database
set dbstock = Opendatabase "C:\stock.mdb"
dbStock.DoCmd.OpenReport "rptStock", acViewNormal
?????
The DoCmd isn't available, is it possible to print a report this way?