K
Karin
New user - need help
I have several tables. SPA INPUT, VENDORID, DEPTID, etc..
I have created a form to enter data into the SPA INPUT table. One of the
fields is VendorID. I created a Combo Box to limit VendorID entries to only
those listed in the VendorID table (to prevents typos and/or a new vendor
from sneaking by proper channels). If I use the VendorID column in the SPA
INPUT table for the combo box I get many duplicates (because the SPAInput
table has a different primary key) and the drop down list defeats the purpose
of quick entry. What I have created so far either rejects my choice for the
VendorID field stating "the field <name> cannot contain a null value because
the Required property for this field is set to true. Enter a value in this
field (error 3314). or...... during many of my attempts at fixing this
problem....my form is processed and data dumped into the SPA input table
leaving this one VendorID field BLANK.
I think I have not bound this field correctly? definitely don't understand
why it treats my combo box choice as "null" when I have in fact chosen it.
Please help if you can.....thanks very much. Karin
I have several tables. SPA INPUT, VENDORID, DEPTID, etc..
I have created a form to enter data into the SPA INPUT table. One of the
fields is VendorID. I created a Combo Box to limit VendorID entries to only
those listed in the VendorID table (to prevents typos and/or a new vendor
from sneaking by proper channels). If I use the VendorID column in the SPA
INPUT table for the combo box I get many duplicates (because the SPAInput
table has a different primary key) and the drop down list defeats the purpose
of quick entry. What I have created so far either rejects my choice for the
VendorID field stating "the field <name> cannot contain a null value because
the Required property for this field is set to true. Enter a value in this
field (error 3314). or...... during many of my attempts at fixing this
problem....my form is processed and data dumped into the SPA input table
leaving this one VendorID field BLANK.
I think I have not bound this field correctly? definitely don't understand
why it treats my combo box choice as "null" when I have in fact chosen it.
Please help if you can.....thanks very much. Karin