Subject says it all.
W Wayne-I-M Jan 16, 2009 #2 Subject says it all - yep you're right !! Discussions in Access Database General Questions
J John W. Vinson Jan 16, 2009 #3 Subject says it all. Click to expand... Q. How many Microsoft Access database volunteers does it take to change a lightbulb? A. Can't be done. That's a hardware problem.
Subject says it all. Click to expand... Q. How many Microsoft Access database volunteers does it take to change a lightbulb? A. Can't be done. That's a hardware problem.
M MikeJohnB Jan 16, 2009 #4 Try this code Public Sub_CD_Sticking_Drawer() If UnderGuarantee Then Return it to supplier Else Buy New One End if End Sub
Try this code Public Sub_CD_Sticking_Drawer() If UnderGuarantee Then Return it to supplier Else Buy New One End if End Sub
M MikeJohnB Jan 16, 2009 #5 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
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
M MikeR Jan 17, 2009 #9 MikeJohnB said: Use SQL Server instead oopppps Click to expand... ROTFLMAO! Mike