Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populating values into a combo box

Status
Not open for further replies.

sgelfand

Programmer
Nov 17, 2005
4
US
Good afternoon, everybody,

Does anybody know how to populate values into the RowSource property of a combo box using Microsoft Access Project application?
The method I usually use in MDB does not work here.

Thank you
 
Are you trying to just pull the value from a table or a view? If so, it should work just like an MDB. If, however, you want them to come from a stored procedure you will need to type in the name of the stored procedure. It won't appear in the list of options, but it will recognize the source as soon as you type it in.
 
I've figured this out!
This is Table/View/StoredProc value of RowSourceType property.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top