Connecting Tech Pros Worldwide Help | Site Map

AUdit trail

  #1  
Old July 17th, 2006, 02:05 PM
Elainie
Guest
 
Posts: n/a
I have two tables, Placement Details and Placement History. I have 2
forms, Placement Details and Placement History. 5 fields from the
placement details fields need to update fields in the placement history
fields.

name
placement
funding
effectivedate
authdate

I need to do an audit trail of these fields for future use. When an
old person leaves a nursing home then the placement history must stay
the same as the old placement but they enter the new placement in the
placement details form. Therefore building up a history of when that
person moves homes.

Please help - tried the update expression but it does not appear to be
working

Elaine

  #2  
Old July 17th, 2006, 02:35 PM
Keith Wilby
Guest
 
Posts: n/a

re: AUdit trail


"Elainie" <Elaine.Macintyre@bsc.wales.nhs.ukwrote in message
news:1153141938.600102.127560@b28g2000cwb.googlegr oups.com...
Quote:
>I have two tables, Placement Details and Placement History. I have 2
forms, Placement Details and Placement History. 5 fields from the
placement details fields need to update fields in the placement history
fields.
>
name
placement
funding
effectivedate
authdate
>
I need to do an audit trail of these fields for future use. When an
old person leaves a nursing home then the placement history must stay
the same as the old placement but they enter the new placement in the
placement details form. Therefore building up a history of when that
person moves homes.
>
Please help - tried the update expression but it does not appear to be
working
>
Hi Elaine.

It looks to me like you need to establish a one-to-many relationship between
your tables - for every one placement you can have many "history" details,
so have your placement details in the "one" table and the fields you listed
above in the "many" history table.

HTH - Keith.
www.keithwilby.com


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Log(AUDIT TRAIL) User from source Table hary08 answers 3 April 23rd, 2007 07:02 AM
help with audit trail coding hary08 answers 0 November 2nd, 2006 03:39 AM
Audit trail for web application Parag answers 6 November 19th, 2005 02:57 PM
audit trail triggers Zlatko Matiæ answers 3 July 23rd, 2005 09:37 AM
email notification, when database updated? Raphael Gluck answers 6 July 19th, 2005 07:55 AM