R
RCGUA
I have a complicated access db, but to simplify the question I will
just describe the basic question. I have a form, the form is bound
to a table, the form contains only one thing, a label. When you click
on the label a variable is generated, what the variable contains is
irrelevant. The question is, how can I save the variable data to the
table? Labels can't be bound to a table field, so I know this has to
be done in the code but I don't know the syntax to save it. To make
it easier to answer the question, let's say that every time the label
is clicked it is a new record in the table (if I can get it saved, I
can write some code to determine whether it is a new or updated
record).
just describe the basic question. I have a form, the form is bound
to a table, the form contains only one thing, a label. When you click
on the label a variable is generated, what the variable contains is
irrelevant. The question is, how can I save the variable data to the
table? Labels can't be bound to a table field, so I know this has to
be done in the code but I don't know the syntax to save it. To make
it easier to answer the question, let's say that every time the label
is clicked it is a new record in the table (if I can get it saved, I
can write some code to determine whether it is a new or updated
record).