G
Gcook888
For example filtering on my Date text box I enter in
"Between #1/1/01# And #1/1/02"
And I'd like to get this literally from some property or something w/o having
to do a massive/impossible parse job on the complete Me.Filter result.
Something like Me.Date.Filter.Clause
Also I've noticed Filter by Form doesn't And with a subform clause. Any cool
ways around that? You end up w/separate Me.Filter and Me.subform.form.filter.
Also any generic method to change a given recordset to a recordsource? The
recordset comes easy with recordsetclone but the combination of Mainform
Recordsource and subform recordsource gets complicated in my problem.
Finally.That's all.
"Between #1/1/01# And #1/1/02"
And I'd like to get this literally from some property or something w/o having
to do a massive/impossible parse job on the complete Me.Filter result.
Something like Me.Date.Filter.Clause
Also I've noticed Filter by Form doesn't And with a subform clause. Any cool
ways around that? You end up w/separate Me.Filter and Me.subform.form.filter.
Also any generic method to change a given recordset to a recordsource? The
recordset comes easy with recordsetclone but the combination of Mainform
Recordsource and subform recordsource gets complicated in my problem.
Finally.That's all.