mcclunyboy
Registered User.
- Local time
- Today, 05:05
- Joined
- Sep 8, 2009
- Messages
- 292
Hi,
Help - My Add New Record button doesn't work....The backstory is a little complicated but essentially this was an Access 95 database that was upgraded through office 2003 to Office 2007 a few years ago (.accdb converted). The database became corrupted post Office 2010 installations a few weeks ago but today I have loaded a restored database onto an XP Machine with Office 2007 and the same issue occurs (ruling out Office 2010 as the cause).
Anyway...I have an Add new record button on the form, it doesn't work with the code:
This always brings up the message: "You can't go to the specified record.".
I have tried adding a new button to add a record via the wizard, I receive the same results.
I have tested adding a record via the table, that works fine. I really hope there is no corruption and it is vb references or something even simpler...any suggestions are appreciated.
Thanks,
Help - My Add New Record button doesn't work....The backstory is a little complicated but essentially this was an Access 95 database that was upgraded through office 2003 to Office 2007 a few years ago (.accdb converted). The database became corrupted post Office 2010 installations a few weeks ago but today I have loaded a restored database onto an XP Machine with Office 2007 and the same issue occurs (ruling out Office 2010 as the cause).
Anyway...I have an Add new record button on the form, it doesn't work with the code:
Code:
DoCmd.GoToRecord , , acNewRec
I have tried adding a new button to add a record via the wizard, I receive the same results.
I have tested adding a record via the table, that works fine. I really hope there is no corruption and it is vb references or something even simpler...any suggestions are appreciated.
Thanks,