G
Guest
Hello,
I've used Sql Server a lot, and need to use MS Access for a small project.
I am trying to use a single SQL statement to do a sub-select, like:
select * from (select * from Employees) as T1
I cannot use a nested Sub-query because that requires me to physically alter
the database, and I don't have write access.
Does anyone know how to do this?
Thanks,
Tim
I've used Sql Server a lot, and need to use MS Access for a small project.
I am trying to use a single SQL statement to do a sub-select, like:
select * from (select * from Employees) as T1
I cannot use a nested Sub-query because that requires me to physically alter
the database, and I don't have write access.
Does anyone know how to do this?
Thanks,
Tim