I apologise in advance if my previous question has got itself held up in a queue, but there's been no sign of it for over 3 hours now...
I have a MAJOR problem, that I'm sure has a simple solution, but I've been hitting my head against this particular "brick" wall too often and I need to find a solution.
I create a form, with a combination of text boxes and combo boxes. All the Add/Edit/Delete options for the form and fields are set to Yes. There's no record locking there's no select from list only option set etc.
My problem is, is that something is locking the form. The form pre-fills the fields with the first record from the query; dead straight forward, there's nothing on the query to lock the record; the form is then locked, none of the fields can be edited, none of the combobox drop down lists allow selection.
What is locking up the form?
The only way I've got around this in the past is to completely start the form again from scratch. I'm too far down the development route to waste time doing that AGAIN. So please is there anyone out there who knows the foibles of Access 2007 Forms who might know what's going on.
I've tried unlocking EVERYTHING (all controls/form/detail etc) using VBA on form_open, but that hasn't helped either.
It just seems as if once the form is locked, NOTHING can unlock it again...
I have a MAJOR problem, that I'm sure has a simple solution, but I've been hitting my head against this particular "brick" wall too often and I need to find a solution.
I create a form, with a combination of text boxes and combo boxes. All the Add/Edit/Delete options for the form and fields are set to Yes. There's no record locking there's no select from list only option set etc.
My problem is, is that something is locking the form. The form pre-fills the fields with the first record from the query; dead straight forward, there's nothing on the query to lock the record; the form is then locked, none of the fields can be edited, none of the combobox drop down lists allow selection.
What is locking up the form?
The only way I've got around this in the past is to completely start the form again from scratch. I'm too far down the development route to waste time doing that AGAIN. So please is there anyone out there who knows the foibles of Access 2007 Forms who might know what's going on.
I've tried unlocking EVERYTHING (all controls/form/detail etc) using VBA on form_open, but that hasn't helped either.
It just seems as if once the form is locked, NOTHING can unlock it again...
Comment