Q about creating a new form

A

ANSWER

Hi,

I have table with next fields:

Id
Company
Subtitle
Prefix
Phone
Remark
Address
Town
PostCode
State

The Main form is for researching these records in database.
Now I want to create new form so I can enter a new data but in that form I
do not want to see all others records in database, Just to add a new record.
How can I do this?

Thanks
 
A

Andi Mayer

The Main form is for researching these records in database.
Now I want to create new form so I can enter a new data but in that form I
do not want to see all others records in database, Just to add a new record.
How can I do this?

Thanks
set data entry=true in the properties of the form (Data Tab)
 
Top