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

    thank you soooooo much!!!!
  3. A

    clear listbox when record refresh

    hi arnelgp, my refresh button is built with embedded macro on the On Click event. is there anywhere I can code the vba the listbox event?
  4. A

    clear listbox when record refresh

    in this form, I have a vba for selecting files outside access as attachment in outlook. the files selected will be input in the listbox. I do not need the files to be recorded in the access, so whenever a user click for next or new record the listbox shall be cleared. the listbox is a...
  5. 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?
  6. 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...
  7. A

    forms help!!!

    i've attached a sample of my form
  8. 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...
  9. A

    Triple Cascading Combo Boxes

    Hi all, I've a similar problem with JWPratt8 but my last combo box was a list box which after user have selected the first two option on combo1 & 2 it will populate a list of options. I've successfull getting the result but now I need user to input their value base on the option from the list...
Top Bottom