If by "field" you mean a combobox or a listbox, you look at
the .RowSource property.
If the .RowSourceType is set to Value List, then you can
add more choices in the .RowSource using a semicolon as a
delimiter
If the .RowSourceType is set to Table/Query, then you have
to look at the table where the rowsource originates and add
it there.
Hope that helps. Cheers
Chris
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.