If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Microsoft Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-04, 07:38
crs12 crs12 is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
Microsoft Access

Hi

I a trying to set a user logon in Microsoft Access, so that when a user enters there logon say cs, it will store this in a field which can then be used in a table.

Does anyone know of a way to do this?

Thanks

Clive
Reply With Quote
  #2 (permalink)  
Old 07-09-04, 08:54
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
Jet (the database engine used by MS-Access) doesn't really support the idea of logins. There is a similar concept of the database "owner", but Jet only distinguishes between connections that use the owner password and ones that don't.

You could create an application login, and store that information in a table, but I'm not sure what good that would do you.

You might want to consider using MSDE. It is essentially a scaled down version of MS-SQL that is provided with MS-Access Professional, and is available for distribution as part of the MS-Access Developer Edition. MSDE supports the login concept nicely.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On