Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wkdstef

    Scheduling a Macro

    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.
  2. wkdstef

    Auto Time out for Access

    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
  3. wkdstef

    Read only forms from a table of users

    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...
  4. wkdstef

    Read only forms from a table of users

    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...
  5. wkdstef

    Password protect forms or reports in Access 2003

    Great. Tried it in Access 2000 will try it at work on Access 2003. Cheers Steve
  6. wkdstef

    Password attached to a form

    Thanks. I did this in Access 2000 using info from Microsoft but it was a bit long winded. See link http://support.microsoft.com/?kbid=209871
  7. wkdstef

    Password attached to a form

    Hi just noticed this one. Does this work with Access 2003 Or just 2000.
  8. wkdstef

    Password protect forms or reports in Access 2003

    Can anyone help with coding for password protecting forms and or reports in access 2003. Can do it for 2000

Part and Inventory Search

Back
Top