Is there any way to fill a combo box with data with script when you are using Access 2000 ? I know you can do it with Access 2002, using .AddItem , but is there some way of getting the values into a combo box in Access 2000, or do I need to get Access 2002 ???
The .AddItem and .RemoveItem methods of combos and lists were added to the 2002 version of Access, and is not available in the 2000 version.
If you know the .AddItem method you probably also know how to loop the recordset and concatenate a string of values delimited by semicolon, which you can assign to the combos rowsource.
If you use ADO, you can also use the GetString method of the recordset - something like this
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.