D
Doom
Hi,
On a form, I have a textbox called txt_FirstName
Its Controlsource is FirstName, a field of a query which is the Recordsource
of my form.
Is there a difference between :
Me!txt_Firstname = "John"
and
Me.FirstName = "John"
Is it better to use the first one or the second one ?
Thanks for your comments.
On a form, I have a textbox called txt_FirstName
Its Controlsource is FirstName, a field of a query which is the Recordsource
of my form.
Is there a difference between :
Me!txt_Firstname = "John"
and
Me.FirstName = "John"
Is it better to use the first one or the second one ?
Thanks for your comments.