Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.visable = false

Status
Not open for further replies.

Alruk

Technical User
Mar 16, 2004
25
GB
I an having difficulty using .visable = false method

I keep getting the error

Runtime Error '438' Object doesnt support this property or method.

My code is below.

Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)

Me.Product1.visable = False

End If

End Sub


Any help is much appreciated


 
Another PEBKAC issue. Try use "Visible". I assume you only pasted a small portion of your code since there is no "If" statement, only an EndIf.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
My English is as bad as my programming,

Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top