Save

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi,

I need your help. I am trying to figure it out how to save prompt if I made
the changes in which fields on the form.

for example: If I made some changes on 4 fields out of 12 Fields and would
like to pop up what is four fields that I have made the changes.

Your help would be much appreciated.

bill
 
In the BeforeUpdate event procedure of the form, loop through the form's
Controls collection, and compare the Value of the bound controls their
OldValue.
 
Hi Bill,

I wanted to post a quick note to see if you would like additional
assistance or information regarding this particular issue. I think MVP
Allen Browne's advice is solid, have you successfully make it as you
expected?

We appreciate your patience and look forward to hearing from you!

Sincerely yours,

Michael Cheng
Microsoft Online Support
***********************************************************
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks.
 
Back
Top