vba - 424 Object Required making a label visible -


in database trying un-hide subform. here have far:

private sub itemtype_click()     if items.itemtype = "monitorsandtvs"         label74.visible = true     end if end sub 

i keep getting run time error:

424 object required

i not know wrong it, have little experience visual basic programming.

can explain happening , how fix it?


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -