Nearest you could get would be to define a list of columns so
Option1
Option2
...etc
you could then write code to treat this as an array eg
For i = 1 to n
Rs!("Option" & i) = etc
Next i
but without knowing your application, not sure that this is what you should be doing, repeating sets of data within a row is not usually a good idea in databse design terms.
Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now -
Ken,
Thanks for the help. I was hoping that the optional multiple selections for a particular choice on my form could be stored in an array on the table that I was creating for that purpose. It's just a school exercise, but I wanted to know how to handle it should the situation come up again. I will try your suggestion.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.