Recent content by daninter

  1. D

    E-Mail a Single Record with a cmd button.

    Can you give me a sample code? or modified my procedure. I'm new in ACCESS. I'm trying to Send an E-mail. but all records are sent together. How can I send a single record? This is the procedure for the cmdbutton. Private Sub cmdEmailPaco_Click() DoCmd.SendObject Objecttype:=acSendForm, _...
  2. D

    E-Mail a Single Record with a cmd button.

    If you don't understand what I'm trying to explain. Pardon me is that Spanish is my 1st Language, Portuguese is my 2nd and right know I'm learning English
  3. D

    E-Mail a Single Record with a cmd button.

    I'm trying to Send an E-mail. but all records are sent together. How can I send a single record? This is the procedure for the cmdbutton. Private Sub cmdEmailPaco_Click() DoCmd.SendObject Objecttype:=acSendForm, _ OutputFormat:=acFormatHTML, _ To:="Oper3 (Operaciones EDP)", _...
  4. D

    Print a single form.

    Ahh.. Forgot I don't want to use a report.
  5. D

    Print a single form.

    When I try to print a single form in the DB. All Records are printed. How can you help me? Thanks.
  6. D

    link the subform to the combo box

    I need to have a link with a combo box and a subform.
  7. D

    Read Only record.

    I need to know how can I make a form to be a read only.
  8. D

    Searching specific information in a form.

    I have created a database that stores Program Name information, including Data Set Name, Day that the program Run, Time, etc. I would like to be able to have a field in a form that you enter the Program Name and it then shows all of their information in a form. And if there are duplicated...
  9. D

    How can I create a subform in a mainform?

    Please step by step cause I'm not good at it.
Back
Top Bottom