Populating a FormView from different data

S

sylan

Hi,

I have a form which creates a request for access to one or more departments.
The formview uses datasource1 to pull all of the files and create an insert
form for this. However, I need for the formview to populate the "department"
field with a list of available departments from datasource2 (different
database server).

Is it possible to populate the values in an insert formview from datasource2
and then insert those values into datasource1?
 
S

Stan

When you say:

However, I need for the formview to populate the "department"
field with a list of available departments from datasource2 (different
database server).

Do you mean populate for example a DropDownList?
Is it possible to populate the values in an insert formview from datasource2
and then insert those values into datasource1?

It is quite normal to populate a list control from one datasource and
link the output to another. So the answer is yes.
 

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.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top