O
OzPete
Hi all,
I have a form which successfully does a DLookup, when the form [Clients] is
opened in it's own right.
However, when I add that form as a subform on a Tabcontrol page, all it says
is '#error!'
Here's the DLookup
=DLookUp("[SexDesc]","Sex","[SexCode] =[Forms]![CLIENTS]![Sex]")
Assuming the form 'Clients' is now the subform on the TabCtl page, am I
missing something out of the syntax?
tia
OzPete
I have a form which successfully does a DLookup, when the form [Clients] is
opened in it's own right.
However, when I add that form as a subform on a Tabcontrol page, all it says
is '#error!'
Here's the DLookup
=DLookUp("[SexDesc]","Sex","[SexCode] =[Forms]![CLIENTS]![Sex]")
Assuming the form 'Clients' is now the subform on the TabCtl page, am I
missing something out of the syntax?
tia
OzPete