misdirection
Registered User.
- Local time
- Today, 11:30
- Joined
- Jun 30, 2008
- Messages
- 15
Hi,
I am a new member here and I would like to welcome myself here
!
Anyways, to the point, I am having a hard time implementing some important features in Microsoft Access. I already created a form and all of the information is populated on the table. However, I am making a database for two branches, and I don't want both of the branches to see each other's information even if both are sharing the same database.
How do I filter out the information on the form? From my understanding, I will have to use the filter option on the property menu. So I will have to click "form" and then click "filter" and then I just enter the branch name that needs to be filtered out?
Filter on the property box -> "employee.Branch = 'McDonald'" did I do it correctly?
I understand the WHERE clause -> WHERE employee.Branch = "McDonald" (means only the employees from McDonald can see the form, not Pizzahut). Are you catching my drift? Please tell me how to filter out the information so only certain people can view information on the form, thank you.
I am not a expert on Microsoft Access but I do have vast of knowledge in mySQL by using DML and DDL statements; I am kind of upset on why the place I am working for doesn't use mySQL, or oracle for any database purpose. Sigh.. oh well.
I am a new member here and I would like to welcome myself here

Anyways, to the point, I am having a hard time implementing some important features in Microsoft Access. I already created a form and all of the information is populated on the table. However, I am making a database for two branches, and I don't want both of the branches to see each other's information even if both are sharing the same database.
How do I filter out the information on the form? From my understanding, I will have to use the filter option on the property menu. So I will have to click "form" and then click "filter" and then I just enter the branch name that needs to be filtered out?
Filter on the property box -> "employee.Branch = 'McDonald'" did I do it correctly?
I understand the WHERE clause -> WHERE employee.Branch = "McDonald" (means only the employees from McDonald can see the form, not Pizzahut). Are you catching my drift? Please tell me how to filter out the information so only certain people can view information on the form, thank you.
I am not a expert on Microsoft Access but I do have vast of knowledge in mySQL by using DML and DDL statements; I am kind of upset on why the place I am working for doesn't use mySQL, or oracle for any database purpose. Sigh.. oh well.