users and permissions tools ACCESS 2007
Mon, 18 Feb 2008 05:51:13 -0800
Hello
How do I activate the Administrator (users and permissions tools / ribbon,)
it seem to be deactivated(i seeit but it is not active), do I have to install
or setup anything?
regards ...
|
Linked tables not using SQL Login
Sun, 17 Feb 2008 18:47:00 -0800
Hello, I have an access app that uses linked tables to a SQL Server, The
tables were linked with a sql login but since I relinked them though code
they are showing a windows login even though I pass in the user name and
password in the connectionstring.
I'm assumming I have a typo in the connectionstring ...
|
Access MDE to MDB Conversion
Sun, 17 Feb 2008 05:32:08 GMT
Opinion about Access MDE to MDB Conversion?
http://www.everythingaccess.com/mdeconversion_faqs.htm
Is it to good to be true?
I tought i was impossible to get VBA codes from a MDE file??
What can I do to secure my MDE (MDW file can be crack and read)?
--
Jonas
...
|
How do I reset users and permissions - I've screwed it up
Thu, 14 Feb 2008 13:39:00 -0800
I was trying to access a database through the network and it wouldn't let me
in. I tried to set up the permissions and users and I goofed that up so now I
can't make any changes to my database --- what can I do? ...
|
Securing DB on a network drive
Thu, 14 Feb 2008 07:50:00 -0800
This seems to be a repetitive question but I've tried, at least think I've
tried several solutions I've been able to find in here. I have a db, it is
on a shared network drive, i want to secure it so only certain users can
access it by entering username and password. I created a workgroup, joined
it, made ...
|
Database mdb can't access in network drive
Tue, 12 Feb 2008 19:12:02 -0800
I can't access to a mdb file on the network drive, when someone open it first
I double click the files, no response, no error, just can't open it
all the user has full right already.
What's the problem? ...
|
Database mdb can't access in shared network drive
Tue, 12 Feb 2008 19:10:01 -0800
When someone open mdb in a shared network drive
an other person wants to access it by double click the file,
nothing happen, no response, no error message, just can't open the mdb file
all the user has full right on the mdb files
Thanks
What's that problem
...
|
|
|
slt
Tue, 12 Feb 2008 17:36:33 -0000
slt ca va
...
|
View users in database
Tue, 12 Feb 2008 14:30:02 GMT
I used the following code in a module:
Sub ShowUserRosterMultipleUsers()
Dim cn As New ADODB.Connection
Dim rs As New ADODB.Recordset
Dim i, j As Long
Set cn = CurrentProject.Connection
' The user roster is exposed as a provider-specific schema rowset
' in the Jet 4.0 OLE DB prov ...
|
integrate common access card on a data access page
Mon, 11 Feb 2008 18:02:00 -0800
i wish to use a common access card (smart card) to control logon. i am using
data access pages and currently using 128bit encryption password and userid.
dont know the first thing about how to use the cac card stuff and cant seem
to find any help anywhere.
any ideas??
appreciate all the help. ...
|