I'm modifying an ASP application so that only the current user can access and modify data on a ASP page (Application Object.) while preventing users who log-in later from accessing this ASP page. I'm using the ASP Lock and Unlock Methods for this purpose. I used the following code.
<%
Application.Loc k
%>
at the top of the ASP page. However, during testing, it didn't seem to work. I log-in as another user...
User Profile
Collapse
-
ASP Lock and Unlock Methods
-
Start Main Menu Form when you open Access
I have a form named Main Menu in Access. Instead of openning Access and double click that form to start a session. I would like to have that form start automatically when I double click or open Access. I'm using Access 2000.
Can someone provide a solution? Thank you. -
Access 2000 and 2003 Security
I'm using Access 2003 on a server on a network with about 60 users. In one database, I want to restrict certain users to just read the tables and another group to update the tables and modify table design. As of now every user can update and modify table design. It looks like that they have full permission. I tried to go to Tools and then Security tab and use the Security Wizard to set up these permission groups, but it didn't seem to work when... -
Loading Access form with text box using autonumber
I'm modifying an Access 2000 database created by a co-worker who is no longer with the organization, and is trying to figure out one part of the program. The database has two tables, tblemployees and tblCorrectiveAc tion. The tblemployees has fields ENAME, UserID, and a few others. TblCorrectiveAc tion has an autonumber field named Corrective Action ID, Originator, OrigDept, DateofCA, and several other fields. Then there is a form that has text...
No activity results to display
Show More