J
JC
I could use some direction:
I need to validate some form data before modifying several tables. To
validate the data I have to:
Select records based on form data
Perform some simple math
See if the result is negative
I have a query that does this and would like to pass the result back to VBA
as a Boolean. Then VBA will check the Boolean and if the data does not
validate use MsgBox to tell the user how to handle it.
Everything works but passing the result.
Suggestions?
I need to validate some form data before modifying several tables. To
validate the data I have to:
Select records based on form data
Perform some simple math
See if the result is negative
I have a query that does this and would like to pass the result back to VBA
as a Boolean. Then VBA will check the Boolean and if the data does not
validate use MsgBox to tell the user how to handle it.
Everything works but passing the result.
Suggestions?