Search results

  1. V

    Email Contact list

    Thank you for the code. I just need detailed clarity because I am really confused as to where to apply this. I have a query created from the table to pull up a single row at a time with the emails needed for a certain issue and in that query I added in design view a concatenation for all emails...
  2. V

    Email Contact list

    So then I should make the table a form? Then in design view I can use the code you gave me on the Click Event? When you say semi colon added, do I add that to each one of the emails already in the form or is there a manner is which I can automatically add that in to avoid manually doing it? Also...
  3. V

    Email Contact list

    In my database I have a table for all of the customers emails which list the 3 titles for each district they serve, for example District 1 has across the President, Vice President and Clerk. each email is a hyperlink that when clicked once automatically takes you to outlook, however, how can I...
  4. V

    After Update Dilemma

    Ok since I was just not able to get my Before update event to function I chose to switch to an After update event. My table is called Apps OS and the form is called Apps OS form, I just have one field called Club Number where I track club ID numbers that I want to make sure is never duplicated...
  5. V

    Before Update Event

    Where specifically should I type in Cancel=true? Excuse my naive questions.
  6. V

    Before Update Event

    I have a table Called Apps OS that has one field called Number which is the number of the club entered. When creating a form from this table in order to create a Before Update Event, can I create it as a datasheet form? Or is there a preference in form I should be using. Also, I am having an...
Back
Top Bottom