Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

views

Status
Not open for further replies.

rich66

IS-IT--Management
Oct 31, 2001
1
GB
in access 200 i had a form bound to a query and the sql statment for it is:-

SELECT houses.id, houses.address1, houses.address2, houses.town, houses.county
FROM houses
WHERE (((houses.[post code])=[Forms]![find house]![post code])) OR (((houses.id)=[Forms]![find house]![post code]));

but when i up size this to sql server 2000 it will not up size this query so could some one tell me what is the correct statment for this query in a sql database view or stored procedure
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top