VBA related

A

Athena

Hi,
i just need a line of code which will allow me to move to
an empty record in a table, all the MoveNext etc functions
only work on data already there

thanks.
 
M

Mark Hyland

Hi,

I assume you want to go to a new record in a form, if this is the case, the
following would apply:

DoCmd.GoToRecord , , acNewRec

hth

Mark

This information is provided "as is" and expresses no warranties or confers
no rights
 
G

Guest

hi,

It's actually attempting to add a new record to a table,
which can then be used to produce a report
 

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