Is there a way of Scheduling a Macro to run automatically in Access 2003. The macro is a "Send object" type (Email a spreadsheet to a certain person). Is there a way to automatically run this macro say every Thursday morning, even if the database is not open.
Is there anyway that you can have an auto time out in Access 2003, so when users on a network go to meetings they can be automatically logged out of the database.
Cheers
Wkdstef
Thanks PH. But i think the problem lies in the bit of code that is (chkAllowed =0 or -1 or where the rst.MoveNext is):-
chkAllowed = 0 'allocate variable to allowed initially
If rst.RecordCount > 0 Then 'populate Recordset
rst.MoveLast
rst.MoveFirst
For i = 1 To rst.RecordCount
If...
can anybody help me.
I'm trying to read from a table of users to find out who has read only access to a form. I have some code but i think that it is wrong somewhere.
First is a module with:-
Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize...
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.