I have a form with tab controls in it. This is what I want to do.
The first tab shows all members, the second tab shows members that belong to group "a" only,
the third tab shows members belonging to group "b" only.
I know a need a filter but how do I attach the filter to each tab? I don't know VB code so could someone show me an example please?
The tab and form is attached to a query which is made of one "members" table and another "addresses" table. The tables are linked via property address_id.
Also where does one find the On Change event for a tab? My tab properties window shows On Click, On DblClick, On Mouse Down, On Mouse Move, On Mouse Up only.
Thank you very much
Pennie
The first tab shows all members, the second tab shows members that belong to group "a" only,
the third tab shows members belonging to group "b" only.
I know a need a filter but how do I attach the filter to each tab? I don't know VB code so could someone show me an example please?
The tab and form is attached to a query which is made of one "members" table and another "addresses" table. The tables are linked via property address_id.
Also where does one find the On Change event for a tab? My tab properties window shows On Click, On DblClick, On Mouse Down, On Mouse Move, On Mouse Up only.
Thank you very much
Pennie