How to allow data entry in MS Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having problems with a data entry page using MS Access. I have made a
form and saved the form as a data access page. my problem is that I can't
add any new data. the "add new data" button doesn't work. How do I enable
the "add new item" button?
 
Maynard Omar said:
I am having problems with a data entry page using MS Access. I have made a
form and saved the form as a data access page. my problem is that I can't
add any new data. the "add new data" button doesn't work. How do I
enable
the "add new item" button?

Is the form's RecordSource property a table? You need a table to store the
data in.
The usual sequence is to create a table first then create a form to populate
the table.

Tom Lake
 
Back
Top