S
sam
I'm after some advice on how I should set this up...For the dbase I'm doing I
have two contracts, 'Contract A' and 'Contract B'. Each have stock items and
a price list. I have a combo box with the data source being the items and
prices from 'Contract A' as this is the primary contract and therefore those
prices should be used if the items exist in that list. When an item does not
exist under that contract I need the data source to be from 'Contract B'
which contains not only all the items from 'Contract A' but all items
presently available.
Hope that makes sense so far, one combo, 2 price lists, contract A is the
first choice, if not in the list then use contract B.
What I'm trying to decide is the best way to trigger a change in the data
source for the combo from 'contract A' to 'contract b' if the item is not in
the initial list i.e. Contract A. I was thinking of triggering it from a 'not
in list' function but there is a possibility the item won't be in either
list. Could also have them manually trigger it but was trying to avoid that
also.... any thoughts? Maybe there is a totally another way that would be
better?
have two contracts, 'Contract A' and 'Contract B'. Each have stock items and
a price list. I have a combo box with the data source being the items and
prices from 'Contract A' as this is the primary contract and therefore those
prices should be used if the items exist in that list. When an item does not
exist under that contract I need the data source to be from 'Contract B'
which contains not only all the items from 'Contract A' but all items
presently available.
Hope that makes sense so far, one combo, 2 price lists, contract A is the
first choice, if not in the list then use contract B.
What I'm trying to decide is the best way to trigger a change in the data
source for the combo from 'contract A' to 'contract b' if the item is not in
the initial list i.e. Contract A. I was thinking of triggering it from a 'not
in list' function but there is a possibility the item won't be in either
list. Could also have them manually trigger it but was trying to avoid that
also.... any thoughts? Maybe there is a totally another way that would be
better?