Hi,
I am trying to create a view table like
create view department(Dept_Name, TotalEmpl)
AS select DNAME, count(*)
group by DNAME
the access database is giving me error message that view cannot be created in access until non JETSQL MS engine...... It does not recognize VIEW.
Please help. what should i need to install. I am running windows 95
Regards,
Faisal Zahidi