Search results

  1. A

    sending email based on a combo box to link to another table of email addresses

    I have the following vba for sending email from a table that contains customers email addresses. I now have different company record, company a, company b and company c. each of the company will have respective email addresses on another table call tbl_company_a_email, tbl_company_b_email and...
  2. A

    clear listbox when record refresh

    I have a listbox in a form that is NOT bound to any table and how can I delete the listbox when I refresh my record?
  3. A

    VBA to draft email and attached a file from outside access

    Hi all, Needed a vba for the following: I have a database consists of order number, company name, and a group of email recipients on respective company. In a form I've create a combo box, a text box and a send email button. Combo box storing the order number and the text box will auto...
  4. A

    forms help!!!

    Hi! I'm creating a form for new product setup. In this form I have first combo called Product, second combo called Type and third is a list box called Spec. All these 3 boxes are linked. Both "Type" and "Spec" will contain similar criteria. e.g. for Product "Filter" or "Pump", both can have...
Top Bottom