A
AccessMan
I have a form with an unbound combo box into which the user enters a value
and then clicks a button. I would like to use VBA on the button's On Click
event to determine if the entered value matches a record in a table by virtue
of comparison to the values in the table's single field key. In general, I
need to execute an sql query with VBA and determine if the results are null
or not null. Are there any VBA statements/commands available for such
purposes?
Thanks!
and then clicks a button. I would like to use VBA on the button's On Click
event to determine if the entered value matches a record in a table by virtue
of comparison to the values in the table's single field key. In general, I
need to execute an sql query with VBA and determine if the results are null
or not null. Are there any VBA statements/commands available for such
purposes?
Thanks!