BarryMK
4 strings are enough
- Local time
- Today, 17:05
- Joined
- Oct 15, 2002
- Messages
- 1,350
I've built several Access databases for my employers but remain clueless re VBA code so would greatly appreciate any help. I’m sure this is a simple call but not to me.
Using Access 97 on form "abc" I have a check box called "ToBeChipped". As soon as this is checked I would like it to fill in a text box called "AdminFee" on the same form (this forms part of a column of fields calculating various costs). If the check box is True I would like the sum of £5 entered into the text box, If False the sum is £0.
How should I code this and most importantly, where should I place the code, please?
Using Access 97 on form "abc" I have a check box called "ToBeChipped". As soon as this is checked I would like it to fill in a text box called "AdminFee" on the same form (this forms part of a column of fields calculating various costs). If the check box is True I would like the sum of £5 entered into the text box, If False the sum is £0.
How should I code this and most importantly, where should I place the code, please?