Data Entry

J

JR

I'm building a database, Access front end, SQL back end. On Loading I want the form to open to a new record so the data entry clerk does not have to move the end before starting to enter data.

It was working at one point...

Here is the macro

Macro: GoToRecor
Object Type: table
Object Name: name
Record: ne

Now I just get an error message. I've created a new table and new macro hoping the data was corrupted. But it didn't work. I get the following error message

Object 'name' isn't open. The macro you are running contains a GoToRecord, but the Object name argument names an object that is closed. Use one of the open actions or methods to open the object so you can carry out the desired action

I get this error even if I open the table and then run the macro

Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top