A.D.Tejpal
adtp at airtelmail.in
Thu Feb 19 22:13:19 CST 2009
Doug, My sample db named Form_HighLightUpdatedFields might be of interest to you. It is available at Rogers Access Library. Link - http://www.rogersaccesslibrary.com/forum/forum_topics.asp?FID=45 The sample is in Access 2000 file format and brief description is placed below. Best wishes, A.D. Tejpal ------------ Form_HighLightUpdatedFields (Sample Db) Brief Description: ================================ This sample db enables the user to identify at a glance as to which fields in which records have been updated in the current data entry session. The most demanding scenario is that of a datasheet form. The objective is achieved through run time manipulation of format conditions. The db incorporates following features: (a) On opening the form, all display is normal - no highlights yet. (b) Fresh records added in current session get highlighted in light blue back color, with bold font in black forecolor. (c) Any cell (i.e. given field on given record) updated for the first time in current session, gets highlighted in light orange back color, with bold font in dark red forecolor. (d) Any cell (i.e. given field on given record) updated more than once in current session, gets highlighted in light pink back color, with bold font in dark red forecolor. (e) At any stage, if so desired, all highlights can be removed (signifying the start of next session), by clicking the command button captioned "Remove Highlights" (f) On closing the form, it starts with a clean slate (i.e. no highlights), when opened next time. Fresh highlights take effect progressively, as and when fields are updated in the new session. ================================ ----- Original Message ----- From: Doug Steele To: accessd at databaseadvisors.com Sent: Friday, February 20, 2009 03:05 Subject: [AccessD] Continuous form question Hello: I have a large continuous form which will normally be showing about 600 rows of around 20 columns. After editing it, my client would like some kind of visual clue as to which individual cells in the form have been updated, so that someone else can quickly look it over and see where changes have been made. Does anyone have a good way of doing this? So far, any way I've thought about has been really ugly to implement. Thanks, Doug Steele