1616 Posted May 13, 2006 Posted May 13, 2006 I have a field called name in one table called T info, the field is a checkbox set with values only allowed from a field value list. I have another layout called brackets with the fields called entry 1-4, i was wondering if there is anyway that i can import all the values checked on the checkbox set to these fields randomly. For example say i check the names A,B,C,D in the checkbox is theree anyway too import name A into entry 1,B into entry 2 and so on.
Raybaudi Posted May 13, 2006 Posted May 13, 2006 Try: Entry1 = AutoEnter/Replace calc: GetValue( name ; 1 ) Entry2 = AutoEnter/Replace calc: GetValue( name ; 2 ) ... and so on.
Recommended Posts
This topic is 7116 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