Records not saving

Joshann

Registered User.
Local time
Today, 16:43
Joined
Mar 22, 2002
Messages
142
I have a form with text boxes and combo boxes bound to a table. When data is changed in a text box or combo box, it is not getting saved. It doesn't even save if I go under the File menu and choose Save Record. It doesn't save when I move to another record and back nor does it save when I close the form. This is a secured, shared database on a network. The database is about 13 MB in size (I don't know that size has anything to do with it, I'm just throwing that information in there). This is a new problem (it was working fine a few days ago). However, I haven't made any changes to the database, so I can't figure out why it suddenly doesn't work.

Can anyone help with this?
 
Hey...I am havin that problem too....I have comboboxes in a Subform, which relates to a table. The fields in my form automatically pull the data from a combobox, and it shows in the form, but i get a msg sayin that a particular field canno be NULL, but there is a value in that field....at least in the subform. I am using the command "=[comboboxName].Column(Column # to take data from). Appearently this does not updaye the table and allow me to move on ?!?!?!
I dunno what to do :-(
 
Not quite the same

I don't think my problem is quite the same as yours. I have done some experimenting, and the problem only occurs if there is more than one user using the database. If there's only one user, everything works fine. Also, the problem is not with the combo boxes, it is with any data being entered in any field.
 

Users who are viewing this thread

Back
Top Bottom