I have a form "Transaction Detail" At the top in the form header I have a text box and in the properties under control source I have the following
=Nz([txtSubject_ Property],"Untitled")
I am trying to get the data in the txtSubject_Property box to show up at the top as a record label. I copied this from another DB and tried to adapt it. Currently the only thing that shows up is ?name. I doubled checked my naming and it is fine. My syntax is off somehow or perhaps there is another solution that is better.
It is not working I would love some advice for correcting it.
I want to also go one step futher and also add the data in the txtCity field as well.
So it should look like example "1234 Main Street, Sacramento" when the record is opened.
Thank you very much
=Nz([txtSubject_ Property],"Untitled")
I am trying to get the data in the txtSubject_Property box to show up at the top as a record label. I copied this from another DB and tried to adapt it. Currently the only thing that shows up is ?name. I doubled checked my naming and it is fine. My syntax is off somehow or perhaps there is another solution that is better.
It is not working I would love some advice for correcting it.
I want to also go one step futher and also add the data in the txtCity field as well.
So it should look like example "1234 Main Street, Sacramento" when the record is opened.
Thank you very much