Hi there,
I used this statement in a control on a main form to establish if there were records in the sub form. If there are, I display the name on the sub form, if not the field should remain blank.
It works perfectly in 2003 but if I run the DB on 2007 I just get "name?" displayed in the field.
Can anyone tell me why it cant read it in 2007, and what I should change?
=iff([frm_Verstorbener].[Formular].[RecordsetClone].[RecordCount]=0;Null;[frm_Verstorbener].[Formular]![vorname] & " " & [frm_Verstorbener].[Formular]![nachname])
I used this statement in a control on a main form to establish if there were records in the sub form. If there are, I display the name on the sub form, if not the field should remain blank.
It works perfectly in 2003 but if I run the DB on 2007 I just get "name?" displayed in the field.
Can anyone tell me why it cant read it in 2007, and what I should change?
=iff([frm_Verstorbener].[Formular].[RecordsetClone].[RecordCount]=0;Null;[frm_Verstorbener].[Formular]![vorname] & " " & [frm_Verstorbener].[Formular]![nachname])