Data Access Page problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 .
 
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
 

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

Back
Top