473,385 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

User Logins and passwords and Notes History

Hi All,

Is there anyway we can create different Usernames, user levels and
passwords in Access 2007? I could not find any icons for this on the
ribbon.

I have created Notes History using
=ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0))

which returns
[Version: 18/05/2007 1:03:26 PM ] This is a test note2
[Version: 18/05/2007 1:03:16 PM ] This is a test note1
[Version: 18/05/2007 1:02:56 PM ] Testing

Is it possible to add 'Useraame' instead of 'Version' in notes
history?
Cheers, Matuag

May 18 '07 #1
9 2667
On 18 May 2007 13:09:58 -0700, Matuag <ma****@gmail.comwrote:

Required reading for developers curious about A2007 security:
http://msdn2.microsoft.com/en-us/library/bb421308.aspx

Personally if I don't need serious security but still want user
groups, I'd use Active Directory.

-Tom.
>Hi All,

Is there anyway we can create different Usernames, user levels and
passwords in Access 2007? I could not find any icons for this on the
ribbon.

I have created Notes History using
=ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0))

which returns
[Version: 18/05/2007 1:03:26 PM ] This is a test note2
[Version: 18/05/2007 1:03:16 PM ] This is a test note1
[Version: 18/05/2007 1:02:56 PM ] Testing

Is it possible to add 'Useraame' instead of 'Version' in notes
history?
Cheers, Matuag
May 20 '07 #2
Hi Tom,

I can't find 'Users and Group Permissions' on 'Database Tools' tab.
Also where is 'Active Directory'? :(

I am using Access 2007 Enterprise.

Cheers, Matuag
,

May 20 '07 #3
Hi,
I can't find 'Users and Group Permissions' on 'Database Tools' tab.
It's removed in A2007 - read more about it here :

http://blogs.msdn.com/access/archive...19/482845.aspx
Also where is 'Active Directory'? :(
And a introduction to Active Directory you can find here :

http://technet2.microsoft.com/window....mspx?mfr=true

Regards
Jens
May 20 '07 #4
On 20 May 2007 08:40:01 -0700, Matuag <ma****@gmail.comwrote:

Active Directory is a kind of database on the Primary Domain
Controller of Windows networks. Among other things it stores the list
of users and their permissions. You can create groups, and put users
in those groups. Then from Access or any other tool you can query
active directory and ask "is user X a member of group Y", and based on
the answer grant or deny access to certain features.

-Tom.

>Hi Tom,

I can't find 'Users and Group Permissions' on 'Database Tools' tab.
Also where is 'Active Directory'? :(

I am using Access 2007 Enterprise.

Cheers, Matuag
,
May 20 '07 #5
Tom van Stiphout <no*************@cox.netwrote in
news:lr********************************@4ax.com:
Personally if I don't need serious security but still want user
groups, I'd use Active Directory.
Do you have code already written for that? I have the documentation
for proof-of-concept but have never implemented it.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
May 20 '07 #6
On Sun, 20 May 2007 12:11:29 -0500, "David W. Fenton"
<XX*******@dfenton.com.invalidwrote:

Here is some source code:
http://msdn2.microsoft.com/en-us/library/aa772126.aspx

-Tom.

>Tom van Stiphout <no*************@cox.netwrote in
news:lr********************************@4ax.com :
>Personally if I don't need serious security but still want user
groups, I'd use Active Directory.

Do you have code already written for that? I have the documentation
for proof-of-concept but have never implemented it.
May 20 '07 #7
Its pity I can't use user and groups in access 07. Active Directory is
little tough for me to understand.

Thank you all anyway.

May 21 '07 #8
Hi,
Its pity I can't use user and groups in access 07. Active Directory is
little tough for me to understand.
An other solution might be the recommended practice - to move your data to a
centralized service like SQL Server or MSDE.

Regards
Jens
May 21 '07 #9
Tom van Stiphout <no*************@cox.netwrote in
news:hc********************************@4ax.com:
On Sun, 20 May 2007 12:11:29 -0500, "David W. Fenton"
<XX*******@dfenton.com.invalidwrote:

Here is some source code:
http://msdn2.microsoft.com/en-us/library/aa772126.aspx
That's pretty much the equivalent of the code I already had.

I find it interesting that MS ignores all their classic VB
developers and uses VBScript and VB.NET for their examples. *sigh*

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
May 21 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: uli2003wien | last post by:
Dear group, I am a DB-Administrator for a Company that creates and maintains a software solution based on SQL-Server and Crystal-Reports. The Crystal-Reports part uses the following method to...
4
by: Burt | last post by:
Hi All, I need to develop an C# internet app with logins, eg you create a username and password, the password can be emailed to you if you forget it, you can change the password etc. Before I...
10
by: dee | last post by:
Hi I'm writing a page withing our site that requires logins. Where should the logins and passwords be kept? SqlServer/Access? Flat files? What are the options and trade offs? Thanks. Dee
6
by: Bob Sanderson | last post by:
I have created a MySQL database for my company which is accessed by PHP pages. I would like to permit some users to edit the records but allow others read-only access. However, I don't want to have...
2
by: ketz | last post by:
How do i create a user login for a excel spreadsheet through a userform. I've seem to be able to get a password working but that only lets one passwrod in and its only the password. Ideally what i'd...
26
by: beporter | last post by:
First time poster here! Let me get straight to it... I'm currently not in a position that lets me interact with other developers face to face on a regular basis, and I am in need of some "round...
3
by: Inna | last post by:
Hello all, I am looking for the script, which I believe exists already.I need to be able to populate the script for security of one database and apply it to another database, even if it is located...
1
by: Chloe C | last post by:
Hi I need to move a couple of SQL logins to a new machine to support a 3rd party application. Problem is the password is embedded in the application and we can't see how to change it. Does...
13
JodiPhillips
by: JodiPhillips | last post by:
G'day, I have a silly and simple problem that I need some guidance with. Due to the way our network is set up, I am unable to use the group permissions for Access and have had to implement log...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.