Hi there,
I have an unbound textbox which I want to use to show a value from a combo box, just for reference like.
I have the following expression in this textbox but in form view, it's showing #Name? rather than being blank...
=nz([lngzAddress].[column(1)],0)
I've tried it without the equals sign and that just gives an error.
I've tried with putting a [me]. in front of the [lngzAddress] but that doesn't work.
Is there something I'm typing in wrongly?
I have an unbound textbox which I want to use to show a value from a combo box, just for reference like.
I have the following expression in this textbox but in form view, it's showing #Name? rather than being blank...
=nz([lngzAddress].[column(1)],0)
I've tried it without the equals sign and that just gives an error.
I've tried with putting a [me]. in front of the [lngzAddress] but that doesn't work.
Is there something I'm typing in wrongly?