Hello,
I am fairly new to access designing.
I have a function that starts like this
Now the blnExactMatch carries True/False.
However, when I try to design two option boxes (1 which will carry true and other one carrying false) I do not know how to relate them both. I also want them to be only one can be selected at one point and one of them must be selected at any point (including the VB code and the properties needs to be assigned)
Is there any tutorials available for this (I did few searches and found nothing close)
Any help is much appreciated!! Thank you for your time and expertise
I am fairly new to access designing.
I have a function that starts like this
Code:
Public Function GetResults(strPassed As String, blnExactMatch As Boolean) As String
Now the blnExactMatch carries True/False.
However, when I try to design two option boxes (1 which will carry true and other one carrying false) I do not know how to relate them both. I also want them to be only one can be selected at one point and one of them must be selected at any point (including the VB code and the properties needs to be assigned)
Is there any tutorials available for this (I did few searches and found nothing close)
Any help is much appreciated!! Thank you for your time and expertise
