Re: Appending Tables
From: Lynn Trapp (ltrappNoSpam_at_ltcomputerdesigns.com)
Date: 01/20/05
- Next message: ju: "Re: Need Help with Calendar on Form"
- Previous message: MM Smith: "Re: Need to count the number of records in a field - PLEASE HELP"
- In reply to: Sheri Emery: "Re: Appending Tables"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Appending Tables"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Appending Tables"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 08:09:08 -0600
Well,
You should have a form for entering and updating client information. That
should always contain the current information. In the after update event of
your form run an append query to append the current record to the history
table. Initially, it will be the same as your current client information,
but the next time that client record is updated, it will be previous data.
-- Lynn Trapp MS Access MVP www.ltcomputerdesigns.com Access Security: www.ltcomputerdesigns.com/Security.htm "Sheri Emery" <anonymous@discussions.microsoft.com> wrote in message news:0c7c01c4fe68$80d9fc80$a601280a@phx.gbl... > Hi Lynn, > It does give me the historical record, but I need only the > current status to appear in other reports, so I need to > keep the current data for each individual in a "current" > table, and only move historical data. I want one current > record for each client only. Thanks for your help. > Sheri >>-----Original Message----- >>Sheri, >>Why doesn't appending the record to the history table not > do what you want? >> >>-- >>Lynn Trapp >>MS Access MVP >>www.ltcomputerdesigns.com >>Access Security: www.ltcomputerdesigns.com/Security.htm >> >> >>"Sheri Emery" <anonymous@discussions.microsoft.com> wrote > in message >>news:071501c4fe62$5372d060$a401280a@phx.gbl... >>> Hi, >>> I want to append old records to a "historical table", so >>> I've created a Query and used the Append option. I'm >>> running into a bit of a snag though - I want to keep the >>> most recent data for each client in the current table, > but >>> I'm not sure how to specify this in the query criteria. >>> Basically, whenever there is an update, I want the old >>> records for that client in the historical table and the >>> updated data to appear in the current table. I want to >>> use this option so that my reports grab the most current >>> data, but we also have a historical record of when > changes >>> occurred. I really appreciate any assistance you can >>> provide. >>> Thanks, >>> Sheri >> >> >>. >>
- Next message: ju: "Re: Need Help with Calendar on Form"
- Previous message: MM Smith: "Re: Need to count the number of records in a field - PLEASE HELP"
- In reply to: Sheri Emery: "Re: Appending Tables"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Appending Tables"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Appending Tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|