I am trying to come up with a way to check if the record has been saved by the user.
OK, the user could have say 5 records when the form comes up. by pressing "next" and "previous" it will move them through the recordset. Now the user can only save one record at a time not the entire recordset. So after the user hits the save button I want to disable the save button. this lets the user know they have saved there changes to that record.
I am not sure how to really make this work correctly. I tryed to create a Text Box and Stamp the word "SAVED" into it..but you can see my problem with that.
any help would be appreciated
OK, the user could have say 5 records when the form comes up. by pressing "next" and "previous" it will move them through the recordset. Now the user can only save one record at a time not the entire recordset. So after the user hits the save button I want to disable the save button. this lets the user know they have saved there changes to that record.
I am not sure how to really make this work correctly. I tryed to create a Text Box and Stamp the word "SAVED" into it..but you can see my problem with that.
any help would be appreciated