I have a form that is tied to a table. On this form I have a button that
when clicked prints a report based on the information currently on the
form. The problem is that unless the user tabs past the last control and
moves to a new record, and then back to the record they just entered, the
report prints blank.
I know there is a way to update the record to the table without moving
forward and back on the form, but I can not remember what it is. I think it
is something about Rocord.Update but I can not find the exact command I am
looking for.
Anyone know how to do this?
Mike Charney
when clicked prints a report based on the information currently on the
form. The problem is that unless the user tabs past the last control and
moves to a new record, and then back to the record they just entered, the
report prints blank.
I know there is a way to update the record to the table without moving
forward and back on the form, but I can not remember what it is. I think it
is something about Rocord.Update but I can not find the exact command I am
looking for.
Anyone know how to do this?
Mike Charney
Comment