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
install problems with Framework .net 3.5 in Windows Server 2008 SP2 x86
Flex Tree with Radio Button
iPad Camera Connection Kit does not display .jpg images on iPad
How do I make sure that DFS is operating with Server 2008 options (file deltas)?
PHP - Just installed question
Bigger hard drive for Latitude D420
iphone JSON Data to tableview
Rules at the mailbox level via Exchange
How do you change attachment size in outlook?
dynamic array as application variable?