dschomburg
MIS
Here is my function (on a form called Form2)
=IIf([Forms]![Form1]![cboValueA] Is Null,[MemberID],[Forms]![Form1]![cboValueA])
I need it to check the value of cboValueA if it's null then grab the value of the field MemberID from a query called "Query1", If it's not null then go ahead and use the value of cboValueA.
But this syntax returns "#Error"
Any Help would Whelp a heap.
Thanks
Dave
=IIf([Forms]![Form1]![cboValueA] Is Null,[MemberID],[Forms]![Form1]![cboValueA])
I need it to check the value of cboValueA if it's null then grab the value of the field MemberID from a query called "Query1", If it's not null then go ahead and use the value of cboValueA.
But this syntax returns "#Error"
Any Help would Whelp a heap.
Thanks
Dave