View Full Version : Create VIEWS for access Tables


Satheeshkumar N
01-20-2005, 02:37 AM
Hi Pals,
Is it possible to create VIEWS for access Tables....
If its possible... How its pls ? :confused:

namliam
01-20-2005, 02:39 AM
Simply use a query, different name, same functionality, same capebility.... (more or less)

Regards

Satheeshkumar N
01-20-2005, 02:46 AM
if both having the same ... functionality...... its no use....of going for...

Thanks - namliam

The_Doc_Man
01-20-2005, 08:17 AM
A query in Access is a view in other DBs. At least, it is, to the limit of whatever Access can do with queries.

If you were looking for ways to control visibility of data by column or row, a query can do that.

If you were looking for ways to control security, views can have different security from the underlying table and can be individually set for noupdate, noinsert, nodelete, etc.

You sound disappointed. Did you want some other behavior?