My Combo Box Is Not Looking Up Values From The Data Source

R

R Tanner

Hi,

I have a Combo box which I have set to look up values from the form's
data source. In the entries field, I have the following:

/dfs:myFields/dfs:dataFields/d:pending_Tickets/d:Managers

In the Value Field, I have:

@ID

In the Display Name field, I have:

@Manager

The data source for this form is an access database. I am very
familiar with access, and I have realized that form design is not
really the same at all in InfoPath. Essentially, what I want is to
generate a drop down menu that displays all of the managers, but
enters the ID in the child table. In access, my sql statement would
be the following:

SELECT ID, Manager FROM Managers ORDER BY Manager.Managers;

But when I go to the preview view, I don't have anything in my combo
box...
 
S

Swathi (GGK Tech)

Hi,
Verify that you are getting the values when you execute the sql statement?
 

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

Top