option groups

D

DianeD

I'm just beginning to work with VB and have run into a snag.

Form1 - I have an option group that records the value in the field 'Report
Status'

Form2 - On close, I want to automatically assign the Report Status to value 2.

Current VB Code: me.[report status].value=2

Nothing is happening, but I'm not getting any error messages. What am I
doing wrong? Also, is there some place where all the option groups and
their values are stored that I could print a list from?

Thank you,
 
Top