Search results

  1. J

    If statement to send email?

    I am using the following code to send an email from a form. Private Sub Label133_Click() Form_frmClose.SetFocus Form_frmClose.txtEmail.SetFocus On Error Resume Next DoCmd.SendObject acSendForm, "frmClose", "html", Forms!frmClose.txtEmail, Forms!frmClose.txtEmail & "; " &...
  2. J

    Automatically copy from one row to another?

    Hi guys, Is there a way to copy all data from one row in a table into another automatically? Today I have columns for example; table ID, Reference number, Name It would be really useful if i could create a Reference number_V2 and automatically fill my form with data from a specified...
  3. J

    Auto Email Problem

    Hi all, I am trying to use the code below to send an email to more than one person, the email addresses originate from combo and/or text boxes. So this code works perfectly when sending one email from cbosupplieremail To: Private Sub Command32_Click() Form_frmRaise_Revision1.SetFocus...
  4. J

    Alternative to bound columns please help

    Hi, If possible i am looking for some help regarding an access database I am trying to put together. I am completely new to access so I appologies if the questions asked are abit daft... My goal is to return a value input from a form into my database however it is not as simple as using a...
Back
Top Bottom