Hi
Can anyone tell me the syntax to refer to the current form.
I have a form that will be copied from time to time to make similar forms.
however i've been pointing to them using there names
e.g.
forms![nameofform].[combo_acombobox].value
and i would like to be able to use a more generic syntax such as
forms!me.combo_acombobox.value
so that when I change the name of the form I don't need to hack the code around to suit
thanks in advance to the quickest typer
Can anyone tell me the syntax to refer to the current form.
I have a form that will be copied from time to time to make similar forms.
however i've been pointing to them using there names
e.g.
forms![nameofform].[combo_acombobox].value
and i would like to be able to use a more generic syntax such as
forms!me.combo_acombobox.value
so that when I change the name of the form I don't need to hack the code around to suit
thanks in advance to the quickest typer