Re: Saving record before printing
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 01:35:59 +0800
That should work.
Here's a more complete example:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"mscertified" <rupert@xxxxxxxxxxxxx> wrote in message
news:B134C670-CF35-4A77-9BE0-92936C4EFE54@xxxxxxxxxxxxxxxx
I posted this question on Friday but it's nowhere to be found now....
I have a form based on a recordset which is filtered one record at a time.
I have a PRINT button on the form. When the print button is pressed I want
to print the record including any changes not written to the table yet. So
directly before opening the report I need to save the record.
I have tried both:-
docmd.save
and
docmd.RunCommand acCmdSave
Neither results in the current changes being printed.
Where am I going wrong?
.
- Prev by Date: ADP Subform Input Parameters
- Next by Date: Re: Saving record before printing
- Previous by thread: ADP Subform Input Parameters
- Next by thread: Re: Saving record before printing
- Index(es):
Relevant Pages
|