How do i add new records?

mistaking

Registered User.
Local time
Today, 19:02
Joined
Apr 16, 2002
Messages
16
I have just created a table and form to enter Customers information. I have set the primary key for Customer ID to autonumber, so for each new record Access automatically assighns an available number, however when i open the database the New Record button is grayed out.
So how do i add a new record?

Any help would be greatly appreciated
 
One way would be to add a Command button to your form using the Wizard. You can select Record Operations in the Wizard and then select New Record; finish the Wizard. To add a new record click your command button...

[This message has been edited by Jack Cowley (edited 05-02-2002).]
 
This is probably a silly question, but did you make sure "allow additions" in the form properties is set to "yes"?
 

Users who are viewing this thread

Back
Top Bottom