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 bkrike 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: dbram
  • Content: Threads
  • Order by date
  1. dbram

    Syntax for @ and & in VBA criteria string

    ~ Syntax for @ and & in VBA criteria string In an Access97 query, the following criteria works perfectly on a text field containing email addresses: Like "*" & "@aol.com" However, I cannot seem to get the syntax correct to use that criteria in my VBA string variable...
  2. dbram

    VBA Export to text file

    ~ VBA Export to text file I have spent a number of hours on this problem but can't see what I'm doing wrong. Any help or direction anyone can give me will be greatly appreciated. Table: tbl_Users Multiple fields, but only one for this test Field: myUsers a 15 character text field...
  3. dbram

    Access97 Automate Outlook97 Send

    ~ Access97 Automate Outlook97 Send Access97 database Automation code to create and send emails using Outlook97. I have little to no experience with Outlook itself. My users do not keep Outlook launched and running. My Access code correctly creates an instance of Outlook and MAPIsp32, creates...
  4. dbram

    Combobox Arrow Size problem in Access97

    :) Combobox Arrow Size problem in Access97: I need a couple of comboboxes to be 1/4 inch or more in height. However, Height = .23" or more gives comboboxes with short arrows. I have been searching off and on for a couple of weeks now for possible causes/resolutions for this behavior. I...
  5. dbram

    Text field must only contain numbers/dashes

    I have a text field, size = 20, required. The acceptable data must be numbers and dashes, for example: like you would find in a telephone number (123-456-7890), a social security number (123-45-6789), or such ##-## structure. No other symbols, spaces, or alpha characters can be allowed. I...

Part and Inventory Search

Back
Top