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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Battista

    Reports/Text Boxes/Don't Print IF...

    In the OnFormat event of your reports detail section use and If statement. If Me.Field = "W" Then Me.Field = "" End If
  2. Battista

    Can you DIM an expression in a query?

    Try CDate(Left([YourField],11))
  3. Battista

    Sending HTML Formated E-Mail Using Outlook

    Are you going to send the same email to a number of recipients in a recordset? If so, you can build your email subject, body and recipients from expressions in a query. Using VB to program Access to create emails for you in Outlook itself. I'm using this code to produce one email for all...

Part and Inventory Search

Back
Top