A
a
Thank you
I have Continuous Form with 3 combo in the form header this combo box
unbound
Continuous Form with 3 combo in the form header: like this
Combocompanyname (Row Source = Will be "table/query" (((companyname)))
Comboempname (Row Source = Will be "table/query" (((empname)))
Combodateofbirth (Row Source = Will be "table/query" (((dateofbirth)))
The details area of the Continuous forms will be like this:
Id companyname empname dateofbirth
1 hp b 2/1/5/60
2 hp e 5/8/9/77
3 ms b 2/5/60
Now the question:
suppose in the form header Combocompanyname """hp"""
suppose in the form header empname """b"""
suppose in the form header Combodateofbirth """2/5/60"""
is possible to use Filter By Selection with ONLY Form Header Combo Box
Combocompanyname
Comboempname
Combodateofbirth
Filter by selection apply to records in details in continuous form.
I hope you can help me
Id companyname empname dateofbirth
1 hp b 2/1/5/60
I have Continuous Form with 3 combo in the form header this combo box
unbound
Continuous Form with 3 combo in the form header: like this
Combocompanyname (Row Source = Will be "table/query" (((companyname)))
Comboempname (Row Source = Will be "table/query" (((empname)))
Combodateofbirth (Row Source = Will be "table/query" (((dateofbirth)))
The details area of the Continuous forms will be like this:
Id companyname empname dateofbirth
1 hp b 2/1/5/60
2 hp e 5/8/9/77
3 ms b 2/5/60
Now the question:
suppose in the form header Combocompanyname """hp"""
suppose in the form header empname """b"""
suppose in the form header Combodateofbirth """2/5/60"""
is possible to use Filter By Selection with ONLY Form Header Combo Box
Combocompanyname
Comboempname
Combodateofbirth
Filter by selection apply to records in details in continuous form.
I hope you can help me
Id companyname empname dateofbirth
1 hp b 2/1/5/60