- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
As i said Reference_Syntax is not what you should have written... but you got it right below that line...
You have 2 things to change to make it work perfectly, after this it should be fine...
On top left of the code you see there is Show: click*
1.modify the click* to change*
On top right of the code you see there is Language: FormCalc
2. Change FormCalc to JavaScript
Then make sure your code you have right now, is in the change event in Javascript of your checkbox
Then all what you need in your code is already written but remove the first line as shown below:
From now on, ALWAYS make sure that your "Reference_Syntax" (form1.Table1) is always according to your hierarchy on the left side of your screen... which means
If you change your Table1's position in the hierarchy and you put it in (untitled Subform) <-- change it's name to Page1 or Main, and you will ALWAYS have to change the code according to its somExpression...
If you are lost and you are not sure what is the somExpression... you can always go in the click event of any object and just write this down to know what is the somExpression
Enjoy!
Views
Replies
Total Likes