Hi,
This is my first post ever in programmers' forums so please forgive any possible mistakes.
I've created an unbound form with 4 unbound fields.
The propose of the form is to collect the criteria to find the records in a table and duplicate(!) them. In order to do this I have some code on the form's before and after update event but I realized that these events cannot be triggered because I cannot save the record (4 unbound fields).
My question is how to make these events trigger. How does the before / after update event fire on an unbound form?
note: I could use the code I wrote in the before/after update events behind a command button to have the job done I guess but I'd realy apriciate any help on triggering the before/after update event of the form.
Thanks in advance
This is my first post ever in programmers' forums so please forgive any possible mistakes.
I've created an unbound form with 4 unbound fields.
The propose of the form is to collect the criteria to find the records in a table and duplicate(!) them. In order to do this I have some code on the form's before and after update event but I realized that these events cannot be triggered because I cannot save the record (4 unbound fields).
My question is how to make these events trigger. How does the before / after update event fire on an unbound form?
note: I could use the code I wrote in the before/after update events behind a command button to have the job done I guess but I'd realy apriciate any help on triggering the before/after update event of the form.
Thanks in advance