Hi, using Ms acess 2007
this code is working fine buuutttt....
This one worked, but sent everyones records
DoCmd.SendObject _
acSendReport, _
"Contact Report", _
acFormatHTML, _
"realridergmail.com", _
, _
, _
"Reservations", _
"Reservations", _
False
End Sub
I need it to send just the records belonging to the customer, they shouldnt be able to see anyone elses...been looking around online I am stuck on this
I set up a test database to learn how to do it,
sites.google.com/ site/adopt12horses/ accesshelp screen shots located on this page
I am so excited, how to send the dates that belong only to each customer? Once I get this help I will be off and running! =)
PS this is for a non profit for kids and horses so your help will be doing great things!
**emails changed to protect privacy
this code is working fine buuutttt....
This one worked, but sent everyones records
DoCmd.SendObject _
acSendReport, _
"Contact Report", _
acFormatHTML, _
"realridergmail.com", _
, _
, _
"Reservations", _
"Reservations", _
False
End Sub
I need it to send just the records belonging to the customer, they shouldnt be able to see anyone elses...been looking around online I am stuck on this
I set up a test database to learn how to do it,
sites.google.com/ site/adopt12horses/ accesshelp screen shots located on this page
I am so excited, how to send the dates that belong only to each customer? Once I get this help I will be off and running! =)
PS this is for a non profit for kids and horses so your help will be doing great things!
**emails changed to protect privacy