Data Access Page problem

T

TBoe

I have a very simply Data Access page that I want to have a drop down box
with 4 names to choose from. I can see the drop down names in the table and
in a form I created but in the DA page it's blank with no arrow. What am I
missing? Thanks much.
Terry
 
S

Sylvain Lafontaine

You don't give enough information to help in solving your problem. The fact
that you don't see an arrow might be because this is a Textbox control and
not a DropDown List control; however, I cannot tell you why the Wizard has
used a textbox instead of a drop down control.

There is a newsgroup about DAP: m.p.access.dataaccess.pages .
 
J

Jo

TBoe:

I had this problem myself....Everything works well in the Form, but when you
save it as a data access page, it stops working. What I did was simply
delete the control and add a new one right on the data access page. Hope
that helps!

Jo
 
Top