SteveNapper
Technical User
Can someone advise (Perhaps post a tip, lots of people seem to have asked similar threads, but none seem to answer this one) what the limits are to a query in Access?
I have written a query that had 20 fields (all from one table) I added another two and it stopped working. I deleted the last two (back down to 20 now) and it still doesn't work!!
The query is based on;
Nz([Form]![Name]![cmbref],Queryfield) AND
for alternate fields.
I built it field by field and Form Object by object (testing as I went along) as a few days before I spent a whole day creating a form and query for 40+ fields and it said the query was "too complex." I had tried this before on 4 fields and it worked fine, so just scaled up
Your help would be greatly appreciated, and as I said at the top if anyone has time to write a Tip noting potential query limits/guidelines it might be quite popular! (There were 56 threads posted about Query Limits when I searched) Also how do I tell what size in Kb the query is, if this is a limiting factor.
I have written a query that had 20 fields (all from one table) I added another two and it stopped working. I deleted the last two (back down to 20 now) and it still doesn't work!!
The query is based on;
Nz([Form]![Name]![cmbref],Queryfield) AND
for alternate fields.
I built it field by field and Form Object by object (testing as I went along) as a few days before I spent a whole day creating a form and query for 40+ fields and it said the query was "too complex." I had tried this before on 4 fields and it worked fine, so just scaled up
Your help would be greatly appreciated, and as I said at the top if anyone has time to write a Tip noting potential query limits/guidelines it might be quite popular! (There were 56 threads posted about Query Limits when I searched) Also how do I tell what size in Kb the query is, if this is a limiting factor.