Search results

  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.

    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)", _...
  3. 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.
  4. D

    link the subform to the combo box

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

    Read Only record.

    I need to know how can I make a form to be a read only.
  6. 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...
  7. D

    How can I create a subform in a mainform?

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