CD drawer keeps sticking

  • Thread starter Thread starter Teapot
  • Start date Start date
Subject says it all - yep you're right !!

Discussions in Access Database General Questions
 
Subject says it all.

Q. How many Microsoft Access database volunteers does it take to change a
lightbulb?
A. Can't be done. That's a hardware problem.
 
Try this code

Public Sub_CD_Sticking_Drawer()
If UnderGuarantee Then
Return it to supplier
Else
Buy New One
End if
End Sub

:)
 
Before John or Wayne reminds me, I forgot the error trapping

Public Sub_CD_Sticking_Drawer()
On Error GoTo Err_Cmd30_Hitit

If UnderGuarantee Then
Return it to supplier
Else
Buy New One

Exit_CD_Sticking_Drawer
Exit Sub

Err_Cmd30_Hitit:
MsgBox "Hit it with Big Hammer"
Resume Exit_Cmd30_Hitit
End Sub

:)
 
What does "draw keep sticking" sound like. Any good ? Shall I get the CD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top