T
TC
Ken says Me.Recordsource is a string, Mike says it's a variant!
So do it like this, then it does not matter either way:
if nz (me.recordsource, "") = "" then msgbox "no recordsource"
HTH,
TC
So do it like this, then it does not matter either way:
if nz (me.recordsource, "") = "" then msgbox "no recordsource"
HTH,
TC