Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by keymania

  1. keymania

    sending emails from queries

    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?
  2. keymania

    Print a report based on current record...??

    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.
  3. keymania

    Print a partial page without ejecting paper

    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...

Part and Inventory Search

Back
Top