Last record

  • Thread starter Luiz Gustavo de Moraes
  • Start date
L

Luiz Gustavo de Moraes

Hi All, my questions are quite simple:
1) How Can I set a form to be the first to be shown when the user opens the
mdb file? (this form is a menu)
2)Is there any way to open the form and the form shows the last record
(which is still in empty)? This is for avoiding overwriting in a previous
saved record.


Thanks in advance!
 
R

Rick Brandt

Luiz Gustavo de Moraes said:
Hi All, my questions are quite simple:
1) How Can I set a form to be the first to be shown when the user opens the
mdb file? (this form is a menu)

Tools - Startup - Display Form

2)Is there any way to open the form and the form shows the last record
(which is still in empty)? This is for avoiding overwriting in a previous
saved record.

Set the DataEntry property of the form to True.
 
C

chas

Hi Luiz,


1 - Choose Tools|Startup from the database menu and select
the form that you want to open in the Display Form/Page
option to open a form automatically.

2 - Open the form in design view and select
View|Properties. Make sure that the Data tab is selected
and change the Data Entry property to Yes.

hth

chas
 

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