|
-
Sep 17th, 2012, 07:33 AM
#1
Thread Starter
Fanatic Member
Data type mismatch in criteria expression???
Hi guys I keep getting an error :
Run-time error '3464':
Data type mismatch in criteria expression
the code that gets highlighted is the following
Set rs = db.OpenRecordset("SELECT * FROM `schedule` WHERE `theid` = " & "'" & Form9.ListView1.SelectedItem.SubItems(4) & "'")
any ideas?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|