M
markmarko
Our company has installation billing codes that are either primary or
secondary. Every job must have 1 primary code, and may have 0, 1, or many
secondary codes.
I had originally set up the billing codes as a 'details' table, which
displays in a subform on my frmWorkOrders.
The control BillingCode uses a lookup which references a list of all billing
codes, and the list has a yes/no to indicate which codes are primary.
My question is this... Is it possible to have the subform only show primary
codes originally, then once a primary code is chosen, subsequent records in
the subform will only show lookups for secondary codes?
I think that if I change the lookup to only showing secondary codes, that
will mess with my original record which already would have a primary code in
it? Is this correct? Is there a way around it?
secondary. Every job must have 1 primary code, and may have 0, 1, or many
secondary codes.
I had originally set up the billing codes as a 'details' table, which
displays in a subform on my frmWorkOrders.
The control BillingCode uses a lookup which references a list of all billing
codes, and the list has a yes/no to indicate which codes are primary.
My question is this... Is it possible to have the subform only show primary
codes originally, then once a primary code is chosen, subsequent records in
the subform will only show lookups for secondary codes?
I think that if I change the lookup to only showing secondary codes, that
will mess with my original record which already would have a primary code in
it? Is this correct? Is there a way around it?