Had a form that was almost working. trying to enter data fields to make a new record in the table. Now any event after user enters data in a text box trigers
"The expression Before Update you entered as the event property setting produced the following error: User-definded type not defined"
Even when I remove all the guts of the sub, still get same error. When I eliminate sub procedure calls- still get error on first sub called. The form load and subform come up OK. Just when txtbox calls a procedure??
Hope someone recognizes this. Seems to happen when I add new procedure programming to test.
"The expression Before Update you entered as the event property setting produced the following error: User-definded type not defined"
Even when I remove all the guts of the sub, still get same error. When I eliminate sub procedure calls- still get error on first sub called. The form load and subform come up OK. Just when txtbox calls a procedure??
Hope someone recognizes this. Seems to happen when I add new procedure programming to test.