ok, i solved it on my own. Here is what I did. After the user selects the check boxes, the then press a button, bound to that button is this vb script:
Public Function ProcessType1()
DoCmd.SetWarnings False
If ChkTdfExist(sTName:="temp") = True Then
' ChkTdfExist function taken...
I have a table with company names and then 10 yes/no boxes that represent what type of company they are (graduate, non-graduate, misc, co-oop, etc...) Every company has at least one box "checked" yes, some have 2 or more.
The problem that i am running into is that I am trying to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.