Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / January 2004

Tip: Looking for answers? Try searching our database.

Table Storage

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carl Johnman - 05 Jan 2004 18:11 GMT
I have been asked to add a field (done) with employees in
a combo box (done) so whoever has the medical file at
this current time thier name will show up on the form
(done). The problem I now have is my employer told me he
wants a track record of every employee that touches each
individual file because it changes hands 4-5 times a
week. Can you please help me find a way to keep a log and
store this information because right now it overwrites
each name in the table when it is changed by the user.
Thanks for any much needed help!

Carl
Dan McClelland - 05 Jan 2004 21:32 GMT
Whenever you have to track "history", it's best to use an
additional table to track that history.  This history
table should contain the medical file number (or name),
the employee number (or name) of who had it, and whatever
other info is important (perhaps the date and time it
changed hands).

You'd then have to attach code to your combo box that adds
a record to your history table every time you make a
change.  I'd use the After_Update event of the combo box.

;)
Dan
>-----Original Message-----
>I have been asked to add a field (done) with employees in
[quoted text clipped - 10 lines]
>Carl
>.
Andrew Smith - 05 Jan 2004 21:34 GMT
You'll need another table for the file tracking. I would have fields for
DateOut, DateIn, FileID and EmployeeID.

The field that you've just added will be redundent I'm afraid.

You'll need to use a query that finds the employee ID of the person who last
had the file and where there is no DateIn. You'll also need a method for
checking in and out the files that will need to ensure that a file cannot be
checked out if it's already out.

> I have been asked to add a field (done) with employees in
> a combo box (done) so whoever has the medical file at
[quoted text clipped - 8 lines]
>
> Carl
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.