I am developing a application in MS Access....In that there is a form which shows one record at a time, the fields being shown in different Text boxes.I want to add print functionality so that it prints the desired record...I tried using the following code...But I keep on getting message "Cannot create ActiveX object"...
Doyou have any ideas...

Dim prntObj As New VB.Global
prntObj.Printer.NewPage

thanks
neelesh