Application Wont Accept Data

Pace

Slick!
Local time
Today, 12:30
Joined
Jan 6, 2005
Messages
18
Hi all,

I have a microsoft access application which has a sql backend. When using one of my forms, it wont allow me to enter anything into the controls :(

Other forms work fine though.

Any ideas?

=Pace=~{Baffled}~
 
check the properties of your forum with particular the following propeties:

AllowEdits, AllowDeletions, AllowAdditions, RecordLocks

Also check the propeties of the controls on your form, particularly:

Enabled and Locked.
 
I have checked all of these and it all seems to be fine :confused:
 
Verify the relationship between the underlying tables of the form, if the relationship is broken, the form will be locked.
 
could you post a sample of your db, maybe someone will take a look at it ?
 
Did you refresh all the tables?

For me, if I add a field, and don't update the linked tables, it won't work properly.

Just give it a shot.
 

Users who are viewing this thread

Back
Top Bottom