Combo box will not

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

Guest

I have a combo box that is used to look up records on a table. Everything is
working fine untill I change the Data Entry Control in the form properties to
"Yes" then my combo box will not work. The drop down information work fine on
the combo box but the other data of the record will not show up.

Does anyone have an suggestions?
 
Actually, that's exactly what the DataEntry property is supposed to do. As
it says in the Help file, "You can use the DataEntry property to specify
whether a bound form opens to allow data entry only. The Data Entry property
doesn't determine whether records can be added; it only determines whether
existing records are displayed."
 
Douglas,

Thanks for letting me know thats what DataEntry properties is suppose to do.

I have another question. Is there anyway to not have any record show up
until after you've inputted the information into the combo box?
 

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