I'm also needing this same procedure. I'm getting a compile error "sub or function not defined" at the sub line.
A form with one button...
Private Sub Command0_Click()
Call fSendEmail
End Sub
Function fSendMail()
....exactly as written
End Function
What's my error?
Create a Macro "print current record" and use the action "OpenReport" where the condition is similar to this...
[Name]![id]=[Forms]![Name Form]![id]
Create a form button that calls this macro.
I'm trying to print form-feed badges (on dot-matrix), and one function is to print one badge at a time. Access 2000 forces a page eject after each single print. How can I stop this page eject? (Badge size is 3"x5 on a 12" repeating form feed.)
Can this also apply to laser-badge forms...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.