MDB too large (and I don't have access)

RSXchin

Well-known Member
Joined
Oct 23, 2010
Messages
758
My company has a godawful database program that will only allow certain pre-written queries. I would like to create the queries myself, but they won't allow access to be installed.

I can use the import data into excel, but I can only show the first 65000 records (yeah, 2003... I hate them so much).

I can use 65000 records, but I don't know how to show only the most recent ones. It'd be even better if I could only show the most recent 2000 or so.

Help me Obiwan Kenobi. You're my only hope.
 
The computer in question has no internet connection, and I'm not allowed to install any programs. Including Access.
 
Upvote 0

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
You basically want a "select top 2000 * from tablename order by transid" type
Query. Asking a bit much to be taught SQL in one question... ;)


I think that last part was freezing excel. Still haven't tried yet. Someone else is on that computer. Playing Spider Solitare........
 
Upvote 0
So how are you expected to deal with something like this?

How was it even created if Access isn't available?
 
Upvote 0

Forum statistics

Threads
1,225,155
Messages
6,183,212
Members
453,151
Latest member
Lizamaison

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top