May 13, 200619 yr 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.
May 13, 200619 yr Try: Entry1 = AutoEnter/Replace calc: GetValue( name ; 1 ) Entry2 = AutoEnter/Replace calc: GetValue( name ; 2 ) ... and so on.
Create an account or sign in to comment