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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a query/view with SQL

Status
Not open for further replies.

rmuller

Programmer
Nov 30, 2001
14
NL
How to create a query/view by name in Access2002 with SQL? (so NOT via the GUI)

This does NOT work:

CREATE VIEW <view_name> AS
SELECT ...

neither does:

CREATE PROC[EDURE] <procedure_name> AS
SELECT ...

Who knows???

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top