Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: encode
  • Content: Threads
  • Order by date
  1. encode

    Report based on records updated today

    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...
  2. encode

    After update error using mde file

    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)...
  3. encode

    How to code export of report

    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.

Part and Inventory Search

Back
Top