I
Ian
I have a main form [frm_main] that is based on the table with all of the
basic client data. Needless to say, I have built the entire db around this.
Anyway, all clients can be either active or inactive. This main form has a
checkbox for active/inactive. I'd like to make a small subform in the
swithboard with a yes/no box to show active (yes/no) and inactive (yes/no)
clients.
I could do it with a query (an redirecting all form controls to the query
rather than the main table) but that seems like a hell of a lot of work. Is
there anyway to simply filter the forms based on the vaules of the subform in
the swithboard? the subfrom would be called LU_ShowActive with 2 fields;
value (active/inactive) and status (yes/no checkbox).
Hope this is possible. Thanks. Ian.
basic client data. Needless to say, I have built the entire db around this.
Anyway, all clients can be either active or inactive. This main form has a
checkbox for active/inactive. I'd like to make a small subform in the
swithboard with a yes/no box to show active (yes/no) and inactive (yes/no)
clients.
I could do it with a query (an redirecting all form controls to the query
rather than the main table) but that seems like a hell of a lot of work. Is
there anyway to simply filter the forms based on the vaules of the subform in
the swithboard? the subfrom would be called LU_ShowActive with 2 fields;
value (active/inactive) and status (yes/no checkbox).
Hope this is possible. Thanks. Ian.