I want to put a D/D Combo box on a form, so that when a user clicks on it it will look-up data in a look up table and use that to add infromation to a different table.
I place the Combo box on the form and used the Combo box wizard that pop's up to tell it which table to use for look up and which table to store the data in. My problem is two fold - When I open the form every time I try to change records (there are over 900 in the DB) I get an error message telling me that the data is either the wrong data type or to long for the field. I have no idea why it's doing this.
Second it seems as if (based on the Combo box wizard) - you cannot just type new data into the box only what already there. I need to be able to both look up existing infromation and add new data, can this be done?
Thanks - if this is not clear feel free to ask a question. "The beauty of the second amendment is, that it will not be needed until
they try to take it." - Thomas Jefferson
I place the Combo box on the form and used the Combo box wizard that pop's up to tell it which table to use for look up and which table to store the data in. My problem is two fold - When I open the form every time I try to change records (there are over 900 in the DB) I get an error message telling me that the data is either the wrong data type or to long for the field. I have no idea why it's doing this.
Second it seems as if (based on the Combo box wizard) - you cannot just type new data into the box only what already there. I need to be able to both look up existing infromation and add new data, can this be done?
Thanks - if this is not clear feel free to ask a question. "The beauty of the second amendment is, that it will not be needed until
they try to take it." - Thomas Jefferson