E
Espen K
Hi group.
I need to select a field in a table based on a control in a form and a text
string.
In the form, I have choosed one element, i.e. jump.
The table has fields called jump1A1ex, jump1A1draw, jump1A2ex, jump1A2draw,
jump1B1, jump1B2, jump1B3, jump1B4.
The form will change its apperance if I choose freestanding in sted of jump.
I will therefore like to select which field to update based in which element
I have chosen.
I have tried variations over: ControlSource =[TblBoys.Element] & "1A1ex" in
the form where [TblBoys.Element] = jump , but so far no success.
Can anyone please help?
-Espen
I need to select a field in a table based on a control in a form and a text
string.
In the form, I have choosed one element, i.e. jump.
The table has fields called jump1A1ex, jump1A1draw, jump1A2ex, jump1A2draw,
jump1B1, jump1B2, jump1B3, jump1B4.
The form will change its apperance if I choose freestanding in sted of jump.
I will therefore like to select which field to update based in which element
I have chosen.
I have tried variations over: ControlSource =[TblBoys.Element] & "1A1ex" in
the form where [TblBoys.Element] = jump , but so far no success.
Can anyone please help?
-Espen