• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

write a simple query in access 2003?

I am working with an old legacy DB in access (yuck).

And I am wondering if there is a simple way I can query these tables?

Like 'select firstName, count(firstName) from people group by firstName'
 
Yes, you should be able to do that. I don't recall how but I believe it a function of Access in general.
 
Thanks, but I had tried that, and I dont have either of those options when I click on query...

I gave up on trying to get this to work in access, apparently submitting a simple query in access software is too complicated... GJ Microsoft....

I ended up just using PHP using a PDO to connect with odbc.
 
Access has a query wizard that you can use as a starting point.

From there; you can edit the SQL code from within Access
 
Back
Top