tmd63
Hobbyist relational database creator
- Local time
- Today, 20:23
- Joined
- Oct 26, 2016
- Messages
- 21
I have a form with a combo box where users can select a question. each question has a question ID and this filters the Answers table to 4 answers.
But I need these 4 answers text field to populate the forms option group buttons labels and Me("Answer" & i).caption where i loops from 1 to 4 does not work.
Any suggestions?
But I need these 4 answers text field to populate the forms option group buttons labels and Me("Answer" & i).caption where i loops from 1 to 4 does not work.
Any suggestions?