Hello All,
I am looking for a way of writing a single module that will loop through all the forms in my database and append code to all controls that are enabled text boxes.
I have basicly built a calculator system. Each calculator form has a number of unbound text boxes for variables to be entered into. All have default values. The default values are either strings, integers or double data types.
I want to write a function that when a text box is double clicked, its contents is reset to the default value.
Any help would be greatly appreciated.
Many Thanks
I am looking for a way of writing a single module that will loop through all the forms in my database and append code to all controls that are enabled text boxes.
I have basicly built a calculator system. Each calculator form has a number of unbound text boxes for variables to be entered into. All have default values. The default values are either strings, integers or double data types.
I want to write a function that when a text box is double clicked, its contents is reset to the default value.
Any help would be greatly appreciated.
Many Thanks