Q about creating a new form

  • Thread starter Thread starter ANSWER
  • Start date Start date
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
 
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)
 

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

Back
Top