New record prompt at top of continuous form

L

Lizzy98

Hi,

In a continuous form, how do you make the * field
(designated for adding a new record)appear at the top of
the list? Or is their a way to direct to tab order to
this field first?

Thanks
 
L

Larry Linson

"Lizzy98" wrote
In a continuous form, how do you
make the * field (designated for
adding a new record)appear at
the top of the list?

This is not supported. Sorry.
Or is their a way to direct to tab
order to this field first?

It's not "tab order", but you might check help for GoToRecord in macro or
VBA.

Alternatively, if you don't need the existing records displayed, set the
Form property for DataEntry and you will _just_ open the new record line.

Larry Linson
Microsoft Access MVP
 

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