I have written a TimeSheet application using a continuous form. Each line in the form has the following fields:
hidProjectNumber (bound fld)
hidComments (bound fld)
hidStartTime (bound fld)
hidEndTime (bound fld)
txtProjectNumber (unbound fld)
txtComments (unbound fld)...
Is there a way to get the subroutine name in VBA? I want to write a standard error-handling routine and would like to automagically capture the subroutine name (I can easily get the Form Name, RecordSource, etc).
Is there a way to update an Access table form MS Word?
We are trying to track how long a user works on a Word document. I open a document from Access and record the start time in a table. When the user closes the document, I want Word (via a Close macro) to update the table entry with the close...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.