Access Database

J

John

I started writing a program using Access 2002. I have updated to Access 2003
professional, and now when I want to write to an existing table using the
following code:
DoCmd.GoToRecord , , acGoTo, 1
OwnersNameText$ = TbOwnersName
[OwnersName] = OwnersNameText$

I can not write to the [OwnersName] field in record 1. The data ends up in a
new record, as if I used "acNewRec". It doesn't matter what record I try to
update, the data only goes to a new record.

This problem didn't occur until I installed OfficeXpSp3-kb832671-fullfile-enu.

Any help will be appreciated. Thanks...
 
Top