C
cronse
Hello,
I am a newbie to access vb so bear with me. I am trying go the last
record and then print it out when the form loads in Access. I have
tried to
change it to acSelection and acPages and I keep getting error runtime
2585. Here is my code. Please Help!!
Thanks in advance,
Chris
Private Sub Form_Load()
'Finds the last record enteres
DoCmd.GoToRecord acDataForm, "SignatureForm", acLast
'Prints to printer
DoCmd.PrintOut acPrintAll
End Sub
I am a newbie to access vb so bear with me. I am trying go the last
record and then print it out when the form loads in Access. I have
tried to
change it to acSelection and acPages and I keep getting error runtime
2585. Here is my code. Please Help!!
Thanks in advance,
Chris
Private Sub Form_Load()
'Finds the last record enteres
DoCmd.GoToRecord acDataForm, "SignatureForm", acLast
'Prints to printer
DoCmd.PrintOut acPrintAll
End Sub