Blank record on entering form

B

Bhavin

I have set up a form from a table but every time i enter
the form, there is a record automatically showing up -
usually the first in the table. Is there any way to have
the form customised so that the fields are blank and do
not actually show a record? (I still want it linked to the
table though).

Thanks.
 
V

Van T. Dinh

The only way to show blank Fields / Controls for a bound Form is to make the
New Record the Current Record of the Form.

Use the GoToRecord Method in the Form_Load Event to make the New Record
current.

Check Access VB Help on the GoToRecord Method.
 

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