I am creating a personal Library Inventory system using an Access 2007 database. In code, whenever I reference the .Text
property of a form control, whether it be changing the value, or simply checking the value in an IF statement, I get prompted with Run-time error '2185': You can't reference a property or method for a control unless the control has the focus
.
Why is this?
For setting the .Text
it's not a huge deal, but when I'm checking the value in an IF statement, I can't set the focus when I'm checking multiple conditions.