Tech Support Guy banner

Access-VB

1399 Views 6 Replies 4 Participants Last post by  wbritner
Hey there.
I've got a database, in which there is VB module named "taz", in which there is a function named checktaz(), which returns true or false, depending on the string you send to it.
And i've got his table's field's validation rule (can't spell that sorry), and i want the validation rule to send the entered string to the function, and the function to return true or false, (and the validation rule works once it gets a true or false value).

how do i send the string to the function from the validation rule?

with many many thanks, dor.



p.s - sorry for all the misspellings...
Status
Not open for further replies.
1 - 2 of 7 Posts
Set the onClick event to fire the module referencing the string from the form field.
If you do not have a button yet you can add one to the form. Go to the properties for that button and on the event tab use the code builder to set up the event.
1 - 2 of 7 Posts
Status
Not open for further replies.
Top