User Profile
Collapse
-
Which specific line do you actually have the Error? Is this an Excel VBA or what? -
You can also try Nitrotype. You can enjoy this game while improving your typing speed. And is very helpful. This helps most of my classmates in improving their typing speed.Leave a comment:
-
Access Update query not running in VBA but runs manually
This part of code executes after the user logs in in the system in Access.
Code:Option Compare Database Option Explicit Function updateShftDate() On Error GoTo Macro6_Err DoCmd.SetWarnings False DoCmd.OpenQuery "qryShiftDate", acViewNormal, acEdit Macro6_Exit: Exit Function Macro6_Err: MsgBox Error$ Resume Macro6_Exit DoCmd.SetWarnings
No activity results to display
Show More
Leave a comment: