Search results

  1. A

    SendEmail Macro customization

    i've tried including vbNewLine but id doesn't work
  2. A

    SendEmail Macro customization

    ok, i was able to accomplish up to a certain degree... i was able to pull the name, from a field in my table, and since i can only type 255 chars, i had to pull the body of the email from a field in a different table. my problem right now, is that i want to create a line break, in order to give...
  3. A

    SendEmail Macro customization

    ok, a little context: i have a Data Event macro set up to send an email whenever a new record is created. its set up like this: SendEmail to =([Maintbl].[CustEmail]) cc Subject Test Email Body ?? what i want to accomplish is to pull the customer name from a field on Maintbl so that it...
  4. A

    How to Open a blank web form

    wow, thank you! it worked.
  5. A

    How to Open a blank web form

    Hi, i am currently using Access 2010 and have a web database. I currently have a form for the users to provide input, but when i open the form it shows the first record... I've read that you could change data entry in design mode to yes, however, since i'm using a web database, i don't have...
Back
Top Bottom