I am building a form with option buttons (copying code from a previous form which works brilliantly there!). Which is a sub form of my Bespoke Details Form (thus each Bespoke Detail Entry could have selections of some or all of the options)
However here I do not seem to be able to get the selections to hold when I go on to the next record.
I have three tables Bespoke Details (which forms the main part of the form) Bespoke Fund Names (which are referenced in the VB for the Option Buttons) and Bespoke Fund Selected which will hold the selections made on the form.
The idea is that it will pick up the BespokeRef (produced because it is linked to the bespoke form) and the fund name which is referenced by the Option button and update the Bespoke Fund Selected table.
Can anyone see where I have gone wrong please?