There's no way for any of us to read your mind and know what DB you are
using or how it would get searched, or what search terms to use. Only you
know that. The Location property is just a string property, the actual
Location dropdown is not available to you. So you'd need to put your own
list control on the form region and have your users use that to populate the
actual Location property.
"Faisal" <Faisal> wrote in message
news:20CCD69F-9D61-48BF-A1F1-41BC0353AC0B@microsoft.com...
> I have created a new form region in meeting request form. I am using this
> form with Visual Studio 2008. I want to get the location from my DB by
> searching rooms and then populate the result in the Location bar of the
> meeting request form. Require your help.