Hi all,
I was wondering if someone could confirm/deny and inform me of any workaround for what I feel is a bug within Microsoft Access VBA?
Steps to reproduce:
In response to this I have the following questions:
Cheers!
I was wondering if someone could confirm/deny and inform me of any workaround for what I feel is a bug within Microsoft Access VBA?
Steps to reproduce:
- Create a form with a text box that is bound to a table, and ensure that text box is bound to a column.
- Set the form's AllowEdits property to false
- Change to form view
- Ensure that you cannot type a value into the textbox
- Run in the immediate window - forms!<your form name>.<your text box name>.value = "<a value of your choosing>"
- Your "<a value of your choosing>" should now be present in the text box
- Click into the text box and type, your typing should appear in the textbox
In response to this I have the following questions:
- Can anyone explain why this happens?
- Is there an acceptable workaround for this?
Cheers!