applevacross
Technical User
Good morning all, I'm updating some data in my DB and have been requested to make a combo box with default values to choose from.
I've already got two fields in my table; NT USername, and Full Name. I don't want to touch the default data, instead, I want the value from the combo box on the form to update as changes to the records within the form take place.
Here's the situation. I'd like the combo box to have default values for the said field names. However there are over 4000 values for both boxes I'll need to create. I normally edit in nopad the quotes and semicolon then copy and paste into the row source manually. Since this is going to be 4000 names for each, I'd like to see if there is a way to automate so I don't have to do this manually.
Overall, I do not want to overwrite my current table fields data, I need to only create a value list which will update the table as the changes take place. If anybody knows how I edit the data before I add to the value list, I would be greatly appreciative.
Thanks to all in advance.
I've already got two fields in my table; NT USername, and Full Name. I don't want to touch the default data, instead, I want the value from the combo box on the form to update as changes to the records within the form take place.
Here's the situation. I'd like the combo box to have default values for the said field names. However there are over 4000 values for both boxes I'll need to create. I normally edit in nopad the quotes and semicolon then copy and paste into the row source manually. Since this is going to be 4000 names for each, I'd like to see if there is a way to automate so I don't have to do this manually.
Overall, I do not want to overwrite my current table fields data, I need to only create a value list which will update the table as the changes take place. If anybody knows how I edit the data before I add to the value list, I would be greatly appreciative.
Thanks to all in advance.