B
Bob Vance
At the moment if tbName is blank I am getting Father,Mother,age,sex I want
to add if tblCompanyInfo.StudVersion = true to get Age,Mother
tblCompanyInfo is not bound to the form
=IIf([tbName].[Value]="" Or IsNull([tbName].[Value]),[tbFatherName].[Value]
& "--" & [tbMotherName].[Value] & " " & [tbAge].[Value] & " " &
[cbSex].[Value],[tbName].[Value])
=IIf([tbName].[Value]="" Or IsNull([tbName].[Value]), &
tblCompanyInfo.StudVersion = True ([tbName].[Value],[tbAge].[Value] & " " &
[tbMotherName].[Value],[tbName].[Value])
to add if tblCompanyInfo.StudVersion = true to get Age,Mother
tblCompanyInfo is not bound to the form
=IIf([tbName].[Value]="" Or IsNull([tbName].[Value]),[tbFatherName].[Value]
& "--" & [tbMotherName].[Value] & " " & [tbAge].[Value] & " " &
[cbSex].[Value],[tbName].[Value])
=IIf([tbName].[Value]="" Or IsNull([tbName].[Value]), &
tblCompanyInfo.StudVersion = True ([tbName].[Value],[tbAge].[Value] & " " &
[tbMotherName].[Value],[tbName].[Value])