Search results

  1. P

    Emailing Multiple specific users using record set.

    Good Evening I am trying to find out is the below question is possible. I have a form for mailing which lists the department which the mails go to. controlled by a tick box next to each department. I have a table named mailings, with Columns NameID;Email;reportsto With research I have been...
  2. P

    Open a form with Multiple Where Clauses

    Good Morning I am having trouble opening a datasheet form with mulitple where clauses here the VB that I have so far ------------------- Private Sub Command192_Click() If IsNull(Me.Startdate) = True Or IsNull(Me.Enddate) = True Or Startdate = "" Or Enddate = "" Then MsgBox "Start AND...
Back
Top Bottom