R
rob
In a continuous form I have a row containing 12 textboxes representing
months, let's assume I have 6 rows of data where Product ID is the key.
When you double click on a text box, it opens another form in which the
user can create a "note" about the textbox they clicked on. These notes
get stored to another table, although I can reference the row by including
the Product ID, how can I reference the column (1-12) that they clicked on
in order to store that value to the table ?
months, let's assume I have 6 rows of data where Product ID is the key.
When you double click on a text box, it opens another form in which the
user can create a "note" about the textbox they clicked on. These notes
get stored to another table, although I can reference the row by including
the Product ID, how can I reference the column (1-12) that they clicked on
in order to store that value to the table ?