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 wOOdy-Soft 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: *

  • Users: domk
  • Content: Threads
  • Order by date
  1. domk

    Batch Email "Dim As ..." doesn't recognise 'Database' object - why?!?

    I am trying to set up a batch email command button but the debugger stalls on the first line of code below. It also doesn't like the "Set db = CurrentDb" line. I am using Access2000 and VB6. Does anyone have any idea what's going on here?! Dom from UK ____ Dim db As Database, rst As...
  2. domk

    Command Buttons in Filter by Form mode

    Hi guys, I want to create command buttons in an Access form which don't get get grayed out when I enter 'filter by form' mode. Does anyone know exactly how to do this and overide Access's annoying tendency to automatically gray out objects which are not bound to fields? Dom from UK
  3. domk

    email command button using contents of separate field

    I'm trying to make a command button in an Access form which opens Outlook Express with the contents of the field 'email' as the 'to' box on the mail agent. I tried a macro with SendObject and then put [email] in the to: box , but it translated that literally and opened Outlook Express with...

Part and Inventory Search

Back
Top