Hello. I have a strange request from my boss, and I cannot seem to figure it out.
We have a db that we enter certain invoice information from vendors. We only receive one invoice per month.
My boss wants to have two comboboxes on a form, one for the month, and one for the year. I am able to create those with no problem.
My problem is this. He then wants the values to be combined and stored in one field in the tables.
Example:
Combobox 1: 01 (January)
Combobox 2: 2009
should be stored in the table as: 012009
I cannot seem to figure out how to bind the concatenated values back to the table.
We have a db that we enter certain invoice information from vendors. We only receive one invoice per month.
My boss wants to have two comboboxes on a form, one for the month, and one for the year. I am able to create those with no problem.
My problem is this. He then wants the values to be combined and stored in one field in the tables.
Example:
Combobox 1: 01 (January)
Combobox 2: 2009
should be stored in the table as: 012009
I cannot seem to figure out how to bind the concatenated values back to the table.