U
user
Hello everybody,
I'm using trying to search records in Access 2002 for a hospital
database, but the following code snippet gives me a type mismatch:
Dim pat_data As Recordset
Set pat_data = CurrentDb.OpenRecordset("general patient data")
What am I overlooking?
Thanks in advance
Chris
I'm using trying to search records in Access 2002 for a hospital
database, but the following code snippet gives me a type mismatch:
Dim pat_data As Recordset
Set pat_data = CurrentDb.OpenRecordset("general patient data")
What am I overlooking?
Thanks in advance
Chris