Hi all,
I am currently working on a 'Daily report'. When a record is updated using a form, the date it was changed is added to the record. That part works fine.
The difficulty arises when trying to do a report. The sql query I had been using uses the where statement to filter by date, as...
Darrylles - thanks for your help. I just finished fixing the problem - and you are right - it was a problem with the after update event on the subform!!!
:)
Hi,
I'm developing a form for a database. The After Update event code is shown below:
Private Sub Form_AfterUpdate()
On Error GoTo Err_Form_AfterUpdate
Dim AlreadySent As Long
Dim day, month, year As String
Dim Today As Date
Dim Subject, msgtext, Name As String
day = Format((Date)...
Hi,
I'm fairly new to this sort of stuff. I'm trying to automatically generate a snapshot file of a report, and then attach it to an email to send to multiple recipients.
The report is already created.
Any help would be appreciated.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.