Print Form, HELP!

phn

Registered User.
Local time
Today, 14:00
Joined
Mar 17, 2006
Messages
21
Hello!

I would like to be able to print a specified form when a new record is added to my database.

I have an add form which can be filled in, and there is an "Add" button at the bottom of the page, when this is clicked, I want the record to be added but also a specified form to be printed named "frmKitChecklist".

As I am a VB noob I do not know the code to do this, please could someone help me!

Thanks :)
 
Ok well I could use a Report, but your reply does not answer or help me with my question, please help further :)

Add button must add record AND print form/report/whatever :)
 
To print the currently active form you can use the command:

DoCmd.PrintOut

Obviously you'll need to open the form you want to print first to make it the active form.

HTH.
 

Users who are viewing this thread

Back
Top Bottom