I have a query with 500k rows and use access and excel 2003.
I want to move the data into excel but am limited with the amount of rows.
To reduce the query amount below 65k rows I want to key on some criteria in 1 field.
Anyway, I want to put a formula into the criteria to only select rows within a range of data. In excel I would sort using this simple formula:
=IF(MID(P2,4,2)="45",MID(P2,4,2),"")
Basically, pulling out 2 characters in the field and if they equal 45 then include that row.
Is there some way in access to put similar formulas?
I realize I could key on date or maybe some other criteria, but if I could get this work then it would satisfy some other needs as well.
Bookmarks