D
Daniel Jacobs
I would like to reuse macros across many forms but i do not know the syntax
that would allow me to do so. For example, I have a macro that uses setvalue
to change the value of a field if another field's value changes. The form
field reference is
[Forms]![f_events_and_shows_ds]![f_bookings_all].[Form]![entered_date_time].
I would like to invoke the same event in two forms but at present, i have to
create (and maintain) two versions of the macro.
Can you tell me what the syntax is that would allow me to replace the form
name with the current form name (say) and is there somewhere that i could go
on the web that would help me reference this area.
that would allow me to do so. For example, I have a macro that uses setvalue
to change the value of a field if another field's value changes. The form
field reference is
[Forms]![f_events_and_shows_ds]![f_bookings_all].[Form]![entered_date_time].
I would like to invoke the same event in two forms but at present, i have to
create (and maintain) two versions of the macro.
Can you tell me what the syntax is that would allow me to replace the form
name with the current form name (say) and is there somewhere that i could go
on the web that would help me reference this area.