RichardBurrow Posted March 18, 2009 Posted March 18, 2009 Hi folks, I am hoping this should be relatively straightforward to sort out but its got me a bit stumped. I am building a print management workflow solution. I have a table called Contacts where customer data, general contact data and supplier data is stored. Each record is either tagged as being "Customer", "Contact", or "Supplier". I have built another table called Purchases where we can raise purchase invoices and relate them to suppliers. What I would like to achieve is a drop-down value list on the Purchases layout which only shows records from the Contacts table that are tagged as "Supplier". I am not quite sure how do get this to work... could this be achieved using a self join relationship with the Contacts table?
bcooney Posted March 18, 2009 Posted March 18, 2009 Another post that suggests Graham. See this thread: Link. Long-term, this may be your best approach. Especially if a Contact can be a customer and a supplier. Or, take apart this demo. CertainContactsVL.fp7.zip
comment Posted March 18, 2009 Posted March 18, 2009 I'd prefer to do it this way. CertainContactsVL.fp7.zip
bcooney Posted March 18, 2009 Posted March 18, 2009 Actually, although we showed him how to create the value list, a popup of suppliers will probably grow to be too long. I'd use a Select button with a popup list...and it would be showing a list from a TO of the Supplier subtype of Contacts. PopupSelectDemo.fp7.zip
Recommended Posts
This topic is 5729 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now