Hi please could you let me know the correct syntax to send through 2 strings for the below DoCmd :
DoCmd.OpenReport "Invoices For Month End Emailing", acViewNormal, , "Reservations.ReservationID=" & rstInvoices![Reservations.ReservationID]
The string : "Reservations.ReservationID=" & rstInvoices![Reservations.ReservationID] works fine and its the first string I need then I need to pass another string as well : "Accounts.Date=" & rstInvoices![Accounts.Date]