You maybe at the end of a recordset?
On an Access form, I get the "You maybe at the end of a recordset" error when I am trying to add a new record with "DoCmd.GoToRecord , , acNewRec"
This was working with the Access database, but since I have moves to SQL linked tables, I get the above error.
To ensure that I am not at the end of the recorset, I have tried coding in "DoCmd.GoToRecord , , acFirst" before it, to ensure (for the purposes of testing) that I jump to the first (of 60) records.
Regards,
Sean Anderson
__________________
Regards,
Sean Anderson
|