W
WDSnews
I have a parent table named 'Order Request' and a child table named 'Request
Detail'. I want to filter the Request Detail subform. The parent table
tracks the Request ID, People ID, date, etc. The child table is much like a
transaction log in which sometimes the [Item Type ID] field is used when an
Asset is requested. Other times the [Service Type ID] field is used when a
service is requested. In all cases, a Request Detail record uses one field,
but not both. Either the Item Type ID or the Service Type ID will be null.
Most other child fields are used for both types of requests, including cost,
status, etc., except for the Asset ID for Item fulfillment and the Offering
ID for Service fulfillment.
In the future, there's no problem and no need to filter since an Order
Request ID will be dedicated to either services or assets. The problem is
with existing data. An Order Request ID may link both services and items.
My current strategy is to offer two different request forms called Item
Request and Service Request, using the table directly as the data source.
The data source for both parent forms is the Order Request table, and the
data source for both subforms is the Request Detail table. At least that's
my current strategy.
How should I filter Service Type child records from the Item Request form,
and filter Item Type child records from the Service Request form? In both
cases, they can be detected by looking for a null field.
Thanks for your suggestions.
Detail'. I want to filter the Request Detail subform. The parent table
tracks the Request ID, People ID, date, etc. The child table is much like a
transaction log in which sometimes the [Item Type ID] field is used when an
Asset is requested. Other times the [Service Type ID] field is used when a
service is requested. In all cases, a Request Detail record uses one field,
but not both. Either the Item Type ID or the Service Type ID will be null.
Most other child fields are used for both types of requests, including cost,
status, etc., except for the Asset ID for Item fulfillment and the Offering
ID for Service fulfillment.
In the future, there's no problem and no need to filter since an Order
Request ID will be dedicated to either services or assets. The problem is
with existing data. An Order Request ID may link both services and items.
My current strategy is to offer two different request forms called Item
Request and Service Request, using the table directly as the data source.
The data source for both parent forms is the Order Request table, and the
data source for both subforms is the Request Detail table. At least that's
my current strategy.
How should I filter Service Type child records from the Item Request form,
and filter Item Type child records from the Service Request form? In both
cases, they can be detected by looking for a null field.
Thanks for your suggestions.