Strange Problem. Editable Text Boxes Uneditable?

CharlesWhiteman

Registered User.
Local time
Today, 19:36
Joined
Feb 26, 2007
Messages
421
In my database I have an Object, TblCalls. This feeds a query which in turn feeds a list box. clicking an entry on my list box opens the record in a Form.

for some strange reason I am unable to modify text in the box, whereas I was able to before?!?

I have checked the properties of the table, query, form and text box properties and all are set to as to be editable.

Has anyone come across this or able to offer some advice?

(I can create a new form, based on the same query and the text becomes editable again)

(This database was previously replicated and i created a new database and these are all objects which I imported)

Thanks.
 
When you say the textbox is set to editable do you mean
.Enabled = True and .Locked = False
 
Is the form's AllowEdits property set to Yes?
 
Thank you for your posts. Yes, in respect of both replies the settings 'should' allow editing but dont. Bazzare!
 
I think it may have something to do with the database structure. I have noticed that having imported all the objects into a new database that the main relationships table shows no relationships so am thinking that whilst the SQL code is there the relatinship is not so it may be displaying but not able to update the table??
 

Users who are viewing this thread

Back
Top Bottom