Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I also believe that we all can contribute to each other's growth by sharing knowlege and experiences. I would love to take my skills and help people around the world solve problems..."

Geography

Where in the world do Tek-Tips members come from?
vlbridge (TechnicalUser)
19 Apr 12 11:24
Good Morning!

Let me first explain how this database is set up before I get into what exactly I need help with.  The company I work for has a report that is sent out weekly to the executives.  Each department has a section in this report.  Before this week, each department typed something in Word and sent it to an admin to copy and paste each section into a single document, print to PDF and send to corporate.  I was asked to make this process simpler.  So, I created a database.  Each department has one or more forms that update one or more tables.  Most of the departments have a single table with a single row that they will update.  Allow Additions is set to no.  Then, I have a report that compiles all of the sections, using subreports.  The database works great and everyone seems really happy about it.

Here is the problem...

If someone doesn't update their section, then last week's information gets sent in the report to the executives.  They would like something, either in the report itself, or on the switchboard, to show the date it was last updated.  For the single row, single table sections, this is simple.  I added a field called Date Modified and created a macro to set the value to =Date() in the forms BeforeUpdate event.  That works well.  However, a few of the sections have multiple lines.  No lines will be added or deleted, but I don't want a date for each individual line.  That will get to be way too much.  I would just like one single text box that shows the last time that table was updated.  Also, is there a way to add that to the switchboard?  Or will it just have to go into the report?

Any ideas or help is greatly appreciated.  Thank you for your time.  :)
Helpful Member!  dhookom (Programmer)
19 Apr 12 12:05
Could you use a report header section in each subreport that has a text box that displays the Max([Date Modified]).  

Duane
Hook'D on Access
MS Access MVP

vlbridge (TechnicalUser)
19 Apr 12 12:13
Hm... I could try that.  Seems simple enough... I'll let you know how that works out.  Thanks.
vlbridge (TechnicalUser)
19 Apr 12 13:10
Worked perfectly.  Thanks.  So simple... I don't know why I didn't think of it.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close