G
Guest
Hi,
I was just getting started using SQLand came accross a construct I plan to
use:-
CREATE VIEW xyz
AS
SELECT *
FROM abc
WHERE condition
This does'nt seem to work in Access? I could just make a table using a
similar query but then that Table would have to be manually updated by
running a query every time I start the database right? I just need to look at
a particular subset of records based on the condition above.
Is there any other way out?
-Rahul
I was just getting started using SQLand came accross a construct I plan to
use:-
CREATE VIEW xyz
AS
SELECT *
FROM abc
WHERE condition
This does'nt seem to work in Access? I could just make a table using a
similar query but then that Table would have to be manually updated by
running a query every time I start the database right? I just need to look at
a particular subset of records based on the condition above.
Is there any other way out?
-Rahul