Rich K. Posted January 11, 2010 Posted January 11, 2010 Hello - I have a table called DocType with the following fieds dtID (num) and TypeName(text). I have created a Value List called vlDocTypes from this table. I have another table called Vendor it has all the normal fields you would expect and then it has the following 3 fields: dtID_purchase (num), dtID_creditmemo (num), and dtID_payment (num). As you would guess each of these are supposed to have values from vlDocTypes. Now, I can of course could have 3 different TOs (of the DocType Table) for each of dtID_xxx fields... However is there a way to do this with a single TO relationship between Vendor and DocType? Thanks Rich
bcooney Posted January 11, 2010 Posted January 11, 2010 (edited) It's not the relationship btw Vendor and DocType. What you really want is three DocType value lists. Here's a demo. Edited January 12, 2010 by Guest
Recommended Posts
This topic is 5430 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