[AccessD] Option Groups in continuous forms break SQL Execute: (MULTI-ROW FETCH)?

Ryan W wrwehler at gmail.com
Fri Feb 18 10:27:29 CST 2022


Using an option group on a continuous form seems to use GOTO BOOKMARK when
opening/navigating instead of MULTI-ROW fetch.

You need to turn on Access SQL Tracing to really catch this but you can
also use SQL Profiler to see it's not preparing one statement for 10 rows
at a time, but preparing 10 separate statements:

This post is semi-related to early/late binding the rowsource/recordsource
bug here:.

https://codekabinett.com/rdumps.php?Lang=2&targetDoc=access-odbc-recordsource-disables-multi-row-fetch-continuous-form

Similarly if you early bind the option group controlsource you will get
GOTO BOOKMARK lookups instead of one nice multi-row fetch. (late binding
fixes this, UNTIL the below occurs)

This then compounds itself when you use the continuous form in a subform
with a linkmaster/linkchild field relationship.. it completely breaks the
multi-row fetch even if you are late binding the option group control.


Shane if you see this can you get a confirmation on this?


More information about the AccessD mailing list