B"H
I can't get this select statement to work! I am looking for for one fields and displaying these four fields: firstname, lastname, title, address if the search is found.
The select doesn't work and I get http 500 error.
Here it is:
objRS.Open "SELECT * FROM members, member_address, address, organization_address, organizations WHERE members.member_id = member_address.member_id AND member_addres.address_id = address.address_id AND address.address_id = organization_address.address_id AND organization-address.organization_id = organizations.organization_id AND " & strField & " LIKE '%" & strFor & "%' ORDER BY " & strOrderBy, objConn
Any help will be greatly appreciated.
Daniel
Do you know the Chabad Lubavitch Sheliach in your area?
He is waiting for you!
I can't get this select statement to work! I am looking for for one fields and displaying these four fields: firstname, lastname, title, address if the search is found.
The select doesn't work and I get http 500 error.
Here it is:
objRS.Open "SELECT * FROM members, member_address, address, organization_address, organizations WHERE members.member_id = member_address.member_id AND member_addres.address_id = address.address_id AND address.address_id = organization_address.address_id AND organization-address.organization_id = organizations.organization_id AND " & strField & " LIKE '%" & strFor & "%' ORDER BY " & strOrderBy, objConn
Any help will be greatly appreciated.
Daniel
Do you know the Chabad Lubavitch Sheliach in your area?
He is waiting for you!