I have problems with the following search criteria: it is giving me a type mismatch error when I run the program.
Searchcriteria = "DATE=" & todaydate.Text And "socialsecno = " & txtpassword.Text
I want only the record matching the above criteria to show. there is only one record per employee. once the record match I want to be able to update fields in that record and update the record again.
Please help me!!!
thanks
kay
Searchcriteria = "DATE=" & todaydate.Text And "socialsecno = " & txtpassword.Text
I want only the record matching the above criteria to show. there is only one record per employee. once the record match I want to be able to update fields in that record and update the record again.
Please help me!!!
thanks
kay