R
RoMi
I am on the edge!
On the main form frmView there are a combo box cboDept and a sub form
sfrmData which is used to show a query qryDocs in a Datasheet view. An user
may use a combo box to choose a parameter to filter the data in the qryDocs.
In this case the criteria for data selection is the value of the field
SifDept (which may have the data like 1.1., 2.5., 9.5., etc.).
It would be useful to have an option group on a form frmView, too. In that
case valid documents could be separated from the other ones. (The field
Valid has a value Yes or No).
The main task is that the frmView is a Single form, it must keep some
control objects while a query on a subform has to be shown in a datasheet
view.
Thanks for your help
On the main form frmView there are a combo box cboDept and a sub form
sfrmData which is used to show a query qryDocs in a Datasheet view. An user
may use a combo box to choose a parameter to filter the data in the qryDocs.
In this case the criteria for data selection is the value of the field
SifDept (which may have the data like 1.1., 2.5., 9.5., etc.).
It would be useful to have an option group on a form frmView, too. In that
case valid documents could be separated from the other ones. (The field
Valid has a value Yes or No).
The main task is that the frmView is a Single form, it must keep some
control objects while a query on a subform has to be shown in a datasheet
view.
Thanks for your help