S
Scott
Hello-
I think I am missing something simple. I have a table (tblItems) that
is part of a query (qryInquiries) containing several fields from this
table and others. My form (frmInquiries) is based on the query. On the
form, there is a drop down for Item Number that the user can pick the
item number and 3 other text boxes will fill in The fields in the form
that are based on the Items table are as follows:
cboItemNum= the drop down that gets the item number from the Items
table
txtItemDesc= text box that fills in the item description
txtManuCode= text box that fills the manufacturer code
txtManuName= the full name of the manufacturer
When users enter a new inquiry in the form, the record is added to the
query. I will base my reports on the query and everything looks like it
will work ok. The problem I am getting is that for every new record
added via the form, a new record is being added to the Items table. The
new record duplicates the Items table record that previously existed,
yet it leaves the Item Number field as null.
Since the combo box on the form is based on the item number, when you
open the drop down, you will see blanks before you get to actual item
codes. The more records added to the form, the more blanks appear in
the combo box. I am lost at this point.
Any ideas would be greatly appreciated.
I think I am missing something simple. I have a table (tblItems) that
is part of a query (qryInquiries) containing several fields from this
table and others. My form (frmInquiries) is based on the query. On the
form, there is a drop down for Item Number that the user can pick the
item number and 3 other text boxes will fill in The fields in the form
that are based on the Items table are as follows:
cboItemNum= the drop down that gets the item number from the Items
table
txtItemDesc= text box that fills in the item description
txtManuCode= text box that fills the manufacturer code
txtManuName= the full name of the manufacturer
When users enter a new inquiry in the form, the record is added to the
query. I will base my reports on the query and everything looks like it
will work ok. The problem I am getting is that for every new record
added via the form, a new record is being added to the Items table. The
new record duplicates the Items table record that previously existed,
yet it leaves the Item Number field as null.
Since the combo box on the form is based on the item number, when you
open the drop down, you will see blanks before you get to actual item
codes. The more records added to the form, the more blanks appear in
the combo box. I am lost at this point.
Any ideas would be greatly appreciated.