Microsoft
Software
Hardware
Network
Question : Access 2007 automatically print label on save
I have a form based on a table.
I have a report to print a label based on the most recent record.
How can I have the label print automatically when the record is saved.
The record is saved by clicking on a save command button.
I want to skip print preview and go straight to the printer.
Thanks,
Brooks
Answer : Access 2007 automatically print label on save
Sorry I sent that too fast.
Change : Set objTextFile = objFSO.OpenTextFile("c:\sc
ripts\serv
ers.txt", ForReading)
to
Set objTextFile = objFSO.CreateTextFile("c:\
scripts\Ou
tput.txt",
True)
Random Solutions
File Lock Problem
Iphone sync to Exchange 2007
Unix filler
Security Alert when Opening Outlook
What causes error "0x80070015" when connecting to bluetooth device in window 7?
Counting the Character Length of a Long Field - Error
Insert into MySQL Table from MSSQL Insert Trigger
Schema Changes by User
INSTALL - SQUID getting "pam_auth.c:133: warning: initialization from incompatible pointer type"
How do I trawl through an Excel 2003 range and copy certain cells of certain rows to another worksheet in VBA