More than 20 options in a group

crosmill

Registered User.
Local time
Today, 18:22
Joined
Sep 20, 2001
Messages
285
Does anyone know of a way to get round it.
 
Sorry not very clear!!!

It's an Option Group on a form, trouble is it will only let me add 20 options to the group, and guess what, I've got 25.

Any ideas?
 
I'd prefere to use the OptionGroup, just because I think it would be more suitable, but I may have to.
 
May be I'm missing something here but I've got an option group for selecting reports with 36 diferent options.

Then off a command button

If Me.ReportChoice = 1 Then DoCmd.OpenReport "R_MoneyIn", acPreview, "", ""
If Me.ReportChoice = 2 Then DoCmd.OpenReport "R_Money_Out", acPreview, "", ""
etc...
 
??????? Don't really know?????

I got to option 21 and it told me I could only have 20.

I'm using A2K.
 
Sometimes the wizards have limits that the feature that they are helping with does not. You should be able to manually add more options to the option group.
 
Wizards. :rolleyes:

Pat the all knowing..........:p

Cheers
 

Users who are viewing this thread

Back
Top Bottom