G
GRayL
When I imbed Table1 in a subform in datasheet view I can
determine size and location of a selected area of the
table by using SelLeft,SelTop,SelHeight, and SelWidth. If
I then imbed a Query like "Select * from Table1;" in the
subform, I no longer haver access to the size and
location of the selected area.
I normally get these values by using
Screen.ActiveForm.sfmName1.form.selheight
This works for tables but not queries. Can anybody shed
some light on this matter.
Thanks,
Ray
determine size and location of a selected area of the
table by using SelLeft,SelTop,SelHeight, and SelWidth. If
I then imbed a Query like "Select * from Table1;" in the
subform, I no longer haver access to the size and
location of the selected area.
I normally get these values by using
Screen.ActiveForm.sfmName1.form.selheight
This works for tables but not queries. Can anybody shed
some light on this matter.
Thanks,
Ray