A
Adam Thwaites
I have a table with a list of Agent states in it; Available, On The Phone,
Data Input, Post, Toilet, Break etc etc.
I want for my form to generate a toggle button for each of these when it's
loading;
recordset.movefirst
do until me.recordset.eof = true
'CREATE BUTTON
recordset.movenext
loop
So everytime a new Agent state is added, the form will automatically change.
How do I create a button in VBA?
Data Input, Post, Toilet, Break etc etc.
I want for my form to generate a toggle button for each of these when it's
loading;
recordset.movefirst
do until me.recordset.eof = true
'CREATE BUTTON
recordset.movenext
loop
So everytime a new Agent state is added, the form will automatically change.
How do I create a button in VBA?