list box

L

Lost in Corona

I am trying to create a list box from an access database in infoform. I have
followed the instructions given under help, but the drop down box created has
no data in it. I checked the binding and the database is identified as being
able to receive or accept data. I have no idea what I am doing wrong and
would apprecaite any guidance.
 
C

CW

I assume you 1st correctly created the data connection?

Edit properties of the drop down control to point to the name of the
list you just created from access . It would be under secondary data
source.

Choose the fields to display
 
Top