Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help: how to create a View.

0 views
Skip to first unread message

Fred Marghem

unread,
Sep 21, 1998, 3:00:00 AM9/21/98
to
CREATE VIEW is valid for SQL Systems such as SQL Server or Oracle.

CREATE VIEW does not work in Access ; But you might either use SELECT
queries to do the job, or build your own SELECT SQL statements in code to do
it

/Fred

Andrea Belisari wrote in message <35FEC84A...@flashnet.it>...
Hi all,
I'm trying to implement a relational database model using Access.
I want some fields of a table hidden for some users and visible to
others, but I can't use the SQL instruction CREATE VIEW. Is it possible I
can't define a View in Access ?
Thanks for your help,
Andrea


0 new messages