473,385 Members | 2,015 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.

How to open a filtered form checking password first?

I have two forms. OperatorDetailsEdit and EditOperator. What i want to do is the following.when i open form EditOperator there is two unbound text boxes, txtOperatorEdit and txtPasswordEdit. So when i type the operator in and tge password, i want it to check if the password matches the password for the specific operator in a table called Operators. If the password matches up then it must open the form OperatorDetailsEdit on the specific operator just entered in the first form. The reason i want to do this is that operators can edit their own details and will not be able to edit or look at other operator's details. This is just some sort of security i want to implement. If anyone ciuld please help me with a code and also suggest anything similar to this kind of procedure. Thanks very much. Ryno
Nov 29 '10 #1
1 1115
NeoPa
32,556 Expert Mod 16PB
Ryno, You are not allowed to ask for work to be done for you.

We answer specific questions, and we generally expect you to show us that you have at least made an attempt at providing a solution yourself before we go to any effort on your behalf.

There are a number of ways to handle security without logging in specifically to an Access database (EG If logged onto a network you can utilise the account name already used - There are a number of threads already devoted to this and similar topics on Bytes).

Very generally, to handle this yourself, you would allow the operator to enter their security details then encrypt the password and use DLookup() to check the encrypted entered password with the encrypted stored password in the table for the ID entered.
Dec 3 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Susan Bricker | last post by:
Hi. I am trying to open a form using 'openargs' parameter of the docmd.openform action. The problem is that I would like to pass the form some character (string) and integer data. My plan was to...
2
by: deko | last post by:
I have a popup form that has Start and Stop buttons to initiate a search for email messages. If the user's Inbox has thousands of messages, the Stop button will gracefully end the search without...
1
by: Jim in Arizona | last post by:
Using VB .. Is there a way to loop through all drop down lists on a web form checking for a specific value (ddlDropDown.SelectedValue) and then, based on that value, cause a specific label to go...
1
by: dchester11 | last post by:
Where in CFs inner workings does it create the JS function at the top of each page regarding form checking? The reason i ask is that i need to change the generated code. It tries to put the cursor...
3
by: Thelma Roslyn Lubkin | last post by:
I have a form whose rowsource is a single table, i.e. 'Datasystem'. I use a combobox to search for records in that table based on the value of a single field, i.e., 'systemname'. I use a...
9
by: angi35 | last post by:
Hi - In Access 2000, I'm trying to create a switchboard so users can open a certain form with different filters. I thought I would use an option group with toggle buttons. I suppose it could be...
1
Vasuki Masilamani
by: Vasuki Masilamani | last post by:
Hi, Please find the simple code below for checking password. <HTML> <Body> <h2>Checking the Password</h2><br><hr> <Form name=form1> Enter the Password: <Input type=password name=text1> <br>
6
by: jnahman | last post by:
Hi I have a database into which multiple users input data. They are fearful of overwriting each others data. I would like to create a log on form in which each user inputs their employee ID. I would...
1
by: blesstomz | last post by:
hi..all how can i block viewing the datas in a text boxes while opening a form in ms access.now when i open the form scrolling ma mouse all the datas i entered before are displaying in the...
3
by: Neil Chinneck | last post by:
Hi everyone, I'm looking for some help please. I have a continuous form, with several fields which can be filtered using combo boxes. Once the user has filtered the form, I want them to enter...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.