G
Guest
How could I create command buttons programmatically and relate them to
different records?
My senior wants me to create a form that would have command buttons for each
of the records that are resulted based on some specific criteria.
say for eg. if I get 4 records based on some criteria, I should display 4
command buttons-cmdRecord1,cmdRecord2,cmdRecord3,cmdRecord4 on the form,
which on clicked should show appropriate record details.
different records?
My senior wants me to create a form that would have command buttons for each
of the records that are resulted based on some specific criteria.
say for eg. if I get 4 records based on some criteria, I should display 4
command buttons-cmdRecord1,cmdRecord2,cmdRecord3,cmdRecord4 on the form,
which on clicked should show appropriate record details.