Nero
Shop smart, shop S-Mart
- Local time
- Today, 12:27
- Joined
- Jan 8, 2002
- Messages
- 217
Hi all,
I have a routine ,part of it is to update a field value in the current record. I am using
with rst
.Edit
.Fields("MyField") = "My Value"
.Update
.Close
etc,etc,
The problem is that instead of updating the current record it is updating the first record.
I have used this many times before but not with this result.
Can anyone stop me from banging my head against a brick wall...Please...
I have a routine ,part of it is to update a field value in the current record. I am using
with rst
.Edit
.Fields("MyField") = "My Value"
.Update
.Close
etc,etc,
The problem is that instead of updating the current record it is updating the first record.
I have used this many times before but not with this result.
Can anyone stop me from banging my head against a brick wall...Please...