Thread: Visible or Not
View Single Post
  #1  
Old May 6th, 2010, 03:38 PM posted to microsoft.public.access.reports
rml
external usenet poster
 
Posts: 172
Default Visible or Not

I'm using the following code to make a few objects visible or not. I have it
on a report on the Open Event. I get an error "You entered an expression
that has no value"

Please help? Thanks!

If Me.Client_Id = "NA" Then Me.Text32.Visible = False Else Me.Text32.Visible
= True