I need some assistance with MSAccess 2000 VBA please. I have a form with 2 combo boxes on it.
The first combo box looks up a value from a table using: Select tbl_labels.label from tbl_labels;
The second combo box uses another table and:
Select tbl_paper.paper from tbl_paper;
I would now like to copy the selected value from combo box #2, tbl_paper, into tbl_labels to the value of combo box #1, tbl_labels.
I hope this makes sense. Thank you very much.
The first combo box looks up a value from a table using: Select tbl_labels.label from tbl_labels;
The second combo box uses another table and:
Select tbl_paper.paper from tbl_paper;
I would now like to copy the selected value from combo box #2, tbl_paper, into tbl_labels to the value of combo box #1, tbl_labels.
I hope this makes sense. Thank you very much.