Combo box will not

P

penaan

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?
 
D

Douglas J. Steele

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

penaan

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?
 
Top