R
R. Choate
I have a simple form created by the wizard. It is a straight form, named "frmEnter", based on a single table, named "tblIn". I added
a cbobox, named "cboOwner", with rowsource "SELECT DISTINCT tblIn.Owner FROM tblIn ORDER BY tblIn.Owner; I also have a textbox on
the form, simply named "Owner", and it is bound to the field named "Owner".
When I open the form and select an owner from the cbobox, I get a box in my face that has the owner's name I chose on it, and a box
for me to type something in. I don't understand why the box is coming up and what it wants. I have this based on another form with
nearly the exact same select statement, and works perfectly. I have compared the properties of both forms and both tables, and I
have only found one difference. The working form is based on a table with a unique, autonumber field. The non-working form is based
on a table where the owner is not unique and there is no unique field.as of yet.
I really need to fix this fast. Please slap me in the face and help me. I'm desperate.
Thanks in advance!
a cbobox, named "cboOwner", with rowsource "SELECT DISTINCT tblIn.Owner FROM tblIn ORDER BY tblIn.Owner; I also have a textbox on
the form, simply named "Owner", and it is bound to the field named "Owner".
When I open the form and select an owner from the cbobox, I get a box in my face that has the owner's name I chose on it, and a box
for me to type something in. I don't understand why the box is coming up and what it wants. I have this based on another form with
nearly the exact same select statement, and works perfectly. I have compared the properties of both forms and both tables, and I
have only found one difference. The working form is based on a table with a unique, autonumber field. The non-working form is based
on a table where the owner is not unique and there is no unique field.as of yet.
I really need to fix this fast. Please slap me in the face and help me. I'm desperate.
Thanks in advance!