May 20, 2001 #1 ZX188 Technical User Joined Mar 30, 2001 Messages 21 Location US How would I go about updating a field in a record other than the record that I am displaying on my form
How would I go about updating a field in a record other than the record that I am displaying on my form
May 20, 2001 #2 HermanvLimbeek Programmer Joined Apr 9, 2001 Messages 209 Location NL If you're having a recordset, then open a second recordset. In DAO you can use the Clone method, but basically it's just opening a second recordset. Herman :-Q Upvote 0 Downvote
If you're having a recordset, then open a second recordset. In DAO you can use the Clone method, but basically it's just opening a second recordset. Herman :-Q