D’day WYTAC
Well I think the quick answer is… you wouldn’t want to.
I doubt if I’ve ever gone past 31 items in a value list, days in month
and I didn’t know the limit.
Consider a value list of names of 1800 characters.
What happens when one of those names needs deleting or you need to ad
to the list?
You would have to go into design mode and change the list by hand.
But what would happen if the database were an mde file? You can’t g
into design mode so you can’t change the list by hand. You can chang
the list in VBA but how would you enter the name to delete or add?
The whole thing sounds like a can of worms to me.
The names should be in a separate table and the comdo box should b
based on that table. The combo box should be set limit to list and th
database administrator should have a form, that only they can get to
in order to make changes to the contents of the table.
Having said that I must admit that I have no idea how the database i
going to be used.
But it looks like you are just starting out on this one so I woul
suggest reading up on database structure or looking at the Northwin
Traders example database that comes with Access. In particular have
close look at the Relationships window under the Tools menu, it’s
good place to start.
So I would suggest not using a value list except if they contain
fixed set of constants like months of the year and the like.
Regards,
Chris