Just a quick Question

StupidStudent

Registered User.
Local time
Today, 16:16
Joined
Mar 12, 2007
Messages
29
I have a form which will not let me update any fields, every time i try it tells me that i need to enter details into a field which does not exist??

any ideas people???

thanks again!!
 
I have a form which will not let me update any fields, every time i try it tells me that i need to enter details into a field which does not exist??

any ideas people???

thanks again!!


Presumably this field used to exist? Was it removed in a previous development. I've had instances similar to this, especially where I've made lots of changes and the only way I got rid of the problem was to load all the objects into a clean, blank database. It's worth a try.
 
Is there a primary key field missing in the form?

If the form has been used as a subform linked with a primary key to another table then it may be looking for a primary key to be entered in another table before allowing you to enter any details.

Check what table(s) your form is getting data from and then check the relationships window to see if its linked to another table.
 

Users who are viewing this thread

Back
Top Bottom