Hi.
I have a form that has a combo box based upon a query (the rest of form is based upon a table).
There are 3 fields that show: Vendor, Contract Number, and Program Name.
The first column is the bound one (0).
I need to save each item in the client record that is the table the form is based upon.
I have the 3 separate fields on the form and code that says that each should equal the appropriate column in the combo box.
PROBLEM IS: only Vendor and Program Type save. The contract number does not. I use the same syntax. I account for the column number and, yes, I know the first one is '0'.
Any ideas?
Russ
I have a form that has a combo box based upon a query (the rest of form is based upon a table).
There are 3 fields that show: Vendor, Contract Number, and Program Name.
The first column is the bound one (0).
I need to save each item in the client record that is the table the form is based upon.
I have the 3 separate fields on the form and code that says that each should equal the appropriate column in the combo box.
PROBLEM IS: only Vendor and Program Type save. The contract number does not. I use the same syntax. I account for the column number and, yes, I know the first one is '0'.
Any ideas?
Russ