Hey everyone,

I was wondering if it's possible to write VBA code to create option buttons based off of table values. For example.

My table contains 1 column and it is a parent table.

Activity
--------
Run
Walk
Jog
Sprint

Would it be possible to create option buttons automatically when I open a form based off of the values under Activity???

Thank you!