suppress "#Name?"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to suppress this display when data is not yet available to a
textbox? This shows prior to the user selecting a client and looks tacky.

Thanks
 
Access displays #Name when it doesn't understand the name of the control
source. Are you saying that you have a form with a control with a control
source that doesn't exist?

If your form is not bound to a source until after the user selects a
"client" (?and your combo box's AfterUpdate event sets the form's source),
there's another way to do that...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
smk23 said:
Is there a way to suppress this display when data is not yet available to a
textbox? This shows prior to the user selecting a client and looks tacky.

Thanks

set the controlsource AFTER the user has set a value in another
control? Like in the AfterUpdate property of a control?
 
Back
Top