I design a report that will show all the records for a particular client and all the records do show in the report BUT when I try to search between dates than only half of the records are showing ....... records in the middle of the date range are missing and EndDate records also doesn't show. I use the following code on the OnClick Event of the OK button on my form
Code:
Private Sub Command4_Click()
On Error GoTo Err_Command4_Click
Send emails directly from my email form in MS Access
I create a email form in Access that I want to use to send emails to my clients.
Can someone help with the code. If its possible I can send the DB in zip format.