Last record

  • Thread starter Thread starter Luiz Gustavo de Moraes
  • Start date 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!
 
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.
 
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
 
Back
Top