How to implement Allen’s mdb sample form filter on a datasheet sub

  • Thread starter Thread starter Adnan
  • Start date Start date
A datasheet can't show the form header or footer where you would put these
controls.

Could you use a Continuous View subform instead?
 
Continuous Form does not offer me entire row selection and is limiting me on
some options, etc…

Right, I don’t have to have datasheet’s subForm header or footer shown, but
this datasheet is a subForm (on detail section of the frmMain) and instead I
use frmMain’s header or footer for controls.

We all appreciate your help Allen,

Adnan
 
No: the code looks at the form that contains it.

You cannot use it in a main form to control what's going on in a subform
without doing some heavy modifications.
 
Back
Top