|
-
May 28th, 2000, 05:04 PM
#1
Thread Starter
New Member
Evening all
Question: What is wrong with this code!! I'm doing a WHERE table = listview selection.
"AND Bookings.Name = " " ' & lvwBookings.SelectedItem.Text ' " " " & _
"AND Bookings.Address = ' " " & lvwBookings.SelectedItem.SubItems(1) & " " '; "
I've spaced the quotes out just to show two of the combinations I've tried.
I want to find names such as O'Connor and was told to surround the field with double quotes. I've tried sooo many combinations and hate is building quickly!
Please help if you can.
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
|