waseem0888
Member
- Local time
- Today, 21:04
- Joined
- Jul 25, 2020
- Messages
- 51
Hello,
I need help I am not much familiar with Access I am trying to learn. I have created one DB from my idea I know it will not be more efficient but I need help from you guys. I have to store some records from one form but there is one column in my table is called Type and it's having different types of records like ITP, SOR NCR, etc... but it has to save at once with all their related fields by a single button which i was not getting how to store it can be done through combo box by selecting my type but it will store only that type and its records but what i want it to save all types and record at once but how to save in single column all type from the combo. So what i did I just made different tables for all types and then saving all records from one form but i need that type and it other fields in a sequence in one table so for that, I combine all tables in the query and there is a query named qryProject. So if is there any other solution to this problem you can suggest.
Second, i made the user login and there is one combo which user will select the project and after login, it has to access only that project to enter update or to see the charts. so for that, i write code and on my data entry from and the Project combo box rowsource i have set the criteria to get the project which is working fine because project data is directly from the project details table.
But i facing an issue on my other form to get the particular project only there in the rowsource data is from the query so when i put criteria to get the project its not showing project results and same on charts form also. and i need one more thing if the user is from one project it should not login access to other projects don't know how to code this. and i want one more option if the user is from HQ which is not related to any project so he should have access to all project data he should get all projects in combobox. i am attaching my DB for more clarity user name is admin and the password is admin123. kindly check what are possibilities to get my requirements done
Thankyou
I need help I am not much familiar with Access I am trying to learn. I have created one DB from my idea I know it will not be more efficient but I need help from you guys. I have to store some records from one form but there is one column in my table is called Type and it's having different types of records like ITP, SOR NCR, etc... but it has to save at once with all their related fields by a single button which i was not getting how to store it can be done through combo box by selecting my type but it will store only that type and its records but what i want it to save all types and record at once but how to save in single column all type from the combo. So what i did I just made different tables for all types and then saving all records from one form but i need that type and it other fields in a sequence in one table so for that, I combine all tables in the query and there is a query named qryProject. So if is there any other solution to this problem you can suggest.
Second, i made the user login and there is one combo which user will select the project and after login, it has to access only that project to enter update or to see the charts. so for that, i write code and on my data entry from and the Project combo box rowsource i have set the criteria to get the project which is working fine because project data is directly from the project details table.
Thankyou
Attachments
Last edited: