Skip to main content

Posts

Showing posts with the label Multi search query

Multi field search SQL query

One can search multiple field with this query in VB rs.Open "select empr_name, datevalue, job_desc, shifts from schedule where emp_id = " + Text2.Text + "", con, adOpenKeyset, adLockOptimistic please comment if this post helps you!