Solved Unbound Text box Issues

NearImpossible

Registered User.
Local time
Today, 05:45
Joined
Jul 12, 2019
Messages
225
I have an unbound text box on my form and for some reason I can click in it, but I can't type anything in it.

If I switch to Design View and then back to Form View, I am then able to type in it.

Any thoughts ??
 
perhaps some code that is setting locked to true?
 
perhaps some code that is setting locked to true?

Nope, I just added it so there is no coding behind it, properties are Enabled Yes, Locked No

I am using this box for a record search entry
 
Nope, I just added it so there is no coding behind it, properties are Enabled Yes, Locked No

I am using this box for a record search entry

Actually upon further investigation, I guess I was opening the form as read only through the button click, DOH!!!!!
 

Users who are viewing this thread

Back
Top Bottom