Hello all. I have created a txtbox to display data based on another control. When I close my database and reopen it the txtbox displays #Name?. The odd thing is, if I change the name of the txtbox it will display IOP COUNT as I need it to, untill I shut it down and open it back up. I am not sure if there is anything I am doing or if it is a bug.
Below is the code in my txtbox.
=IIf([Request Type]="OBS/SUP","IOP Count:",Null)
Below is the code in my txtbox.
=IIf([Request Type]="OBS/SUP","IOP Count:",Null)
Comment