C
Curtis Stevens
Do I not have this correct?
In VB for a form, I want to call a particular field from the query the form
uses. The query has multiple tables attached to or in it. Affiliates is one
of the table names. Email is the name of the field in Affiliates.
So, shouldn't the code be if I want to reference that box?
Me.Affiliates.Email
It isn't work...
Curtis
In VB for a form, I want to call a particular field from the query the form
uses. The query has multiple tables attached to or in it. Affiliates is one
of the table names. Email is the name of the field in Affiliates.
So, shouldn't the code be if I want to reference that box?
Me.Affiliates.Email
It isn't work...
Curtis