Jul 26, 2002 #1 sabavno Programmer Joined Jul 25, 2002 Messages 381 Location CA hi I have a datasheet form that has 5 records. There is a SAVE button that should check all 5 records on whether the changes have been made. ok, I am using DAO recordset, but it only works with one record on my form. What should I do?
hi I have a datasheet form that has 5 records. There is a SAVE button that should check all 5 records on whether the changes have been made. ok, I am using DAO recordset, but it only works with one record on my form. What should I do?
Jul 26, 2002 #2 Darrylles Programmer Joined Feb 7, 2002 Messages 1,758 Location GB Hiya, Keywords: VBA (or Visual Basic Access code) WHILE WEND DO LOOP IF ENDIF CASE SELECT Regards, Darrylle "Never argue with an idiot, he'll bring you down to his level - then beat you with experience." Upvote 0 Downvote
Hiya, Keywords: VBA (or Visual Basic Access code) WHILE WEND DO LOOP IF ENDIF CASE SELECT Regards, Darrylle "Never argue with an idiot, he'll bring you down to his level - then beat you with experience."