Tech Support Guy banner

Access-VB

1397 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 - 3 of 7 Posts
sounds good, but where do i set the on click event?
Form?

I meant in tables... not forms...
In access, in the design of a field in a table you have a validation rule, you need to input an expression (like >=50.... if you don't want the user to input more than 50)....
now you can also send the string/integer to a function in a module which is on the same database... now how do i do that?
1 - 3 of 7 Posts
Status
Not open for further replies.
Top