Question New Record Button Disabled

naveedmazhar

New member
Local time
Today, 15:32
Joined
Aug 27, 2008
Messages
6
Hello,

In one of my Access Form, the button for adding new record is disabled. In other words, I cannot add new record through form.

What is the reason behind it?

Bye,
 
In ALLOW ADDITIONS properties put YES.
 
Maybe there is in VBA set this properties on NO, check VBA in this form.
 
Send me a short example of your mdb (this form and table), Access 2000 or 2002.
 
Send me a short example of your mdb (this form and table), Access 2000 or 2002.


The form is already developed by other person and it is not allowed to give that form because it has confidential matter on it.

I am checking it by adding New Record Button from the Toolbox. Let's see what happens?

Thanks for your quick replies.
 
The form is already developed by other person and it is not allowed to give that form because it has confidential matter on it.

I am checking it by adding New Record Button from the Toolbox. Let's see what happens?

Thanks for your quick replies.



I used the Add New Record Button but it gave the following message:

"You cannot go to the specified record."
 
The form is already developed by other person and it is not allowed to give that form because it has confidential matter on it.

You should check with this other person as probably he disabled the button on purpose until some criteria is met to enable it.
 
You should check with this other person as probably he disabled the button on purpose until some criteria is met to enable it.



I think that there is some data missing in last record that's why it is behaving like this. In that form, there are too many fields and data is coming from multiple tables.

I think that corrupt data in any record prevents it to add new record.
 

Users who are viewing this thread

Back
Top Bottom