W
WTC AS3 NCO
Reference to Access 2007
I have a Dialog Form that users will use to select two Table names from two
combo boxes. How can I clear the values when the form loads to force the user
to select an item from the list?
In code I'm iterating through the Form's Controls Collection to set the
value but I can't seem to find how to narrow my collection to only text entry
types. With VB this was fairly simple, but VBA is not any help.
I could reference the controls directly but I have other forms with more
text type controls and I'd rather iterate with For Each.
Thanks!
I have a Dialog Form that users will use to select two Table names from two
combo boxes. How can I clear the values when the form loads to force the user
to select an item from the list?
In code I'm iterating through the Form's Controls Collection to set the
value but I can't seem to find how to narrow my collection to only text entry
types. With VB this was fairly simple, but VBA is not any help.
I could reference the controls directly but I have other forms with more
text type controls and I'd rather iterate with For Each.
Thanks!