I tried to run the below code
I got error Only simple SELECT queries are allowed in VIEWS what does this mean how do I make a query which has sorted data.Code:conn.Execute "CREATE VIEW QryFromVB AS SELECT fName, mName, lName, DOB From CounselMaster ORDER BY fName;"




Reply With Quote