NycNessyness
New member
- Local time
- Yesterday, 17:55
- Joined
- Jun 16, 2012
- Messages
- 5
Hello Everyone! I'm running into a bit of a pinch and have tried using macros and queries, which I know now don't work for pulling data within a field. It looks like I'll have to use VBA to accomplish what I would like to do but have no experience in using it.
I have a table called Main. It has 5 columns in this order. ID(Autonumber), Employee(Text), Date of Hire(Date/Time), Job Title(Number), Manager(Number), Tasks(Text). The Job Title and Manager columns are actually both lookups. I have a table called Manager that the Manager look up pulls from and a table called JobTitles that the Job Titles look up pulls from. I also have two additional tables. One called Analyst Tasks and the other Manager Tasks. Each of these tables have different tasks depending on the job selected.
What I'm trying to do is create a form with all the columns of the main table, excluding the ID, so that when a user selects a Job Title from the look up, such as Analyst, it auto populates the Tasks column, within the Main table with all the fields in the Analyst Task table(Want all the tasks to be within one scroll able field).
So in all I want to be able to link the lookup column(Job Title) based on what is selected in the field, to populate the Tasks column in the Main table with the entire Tasks column from the Analyst or Manager Task table. If anyone has any insight on the possibilities of this, please let me know. I'm still new to using Access and want to incorporate this within a Sharepoint site. Thanks in advance!
Additional: I named this report but what I'm trying to do is have a form update the table I mentioned then in the end create a new report for each employee added. Sorry for the confusion.
I have a table called Main. It has 5 columns in this order. ID(Autonumber), Employee(Text), Date of Hire(Date/Time), Job Title(Number), Manager(Number), Tasks(Text). The Job Title and Manager columns are actually both lookups. I have a table called Manager that the Manager look up pulls from and a table called JobTitles that the Job Titles look up pulls from. I also have two additional tables. One called Analyst Tasks and the other Manager Tasks. Each of these tables have different tasks depending on the job selected.
What I'm trying to do is create a form with all the columns of the main table, excluding the ID, so that when a user selects a Job Title from the look up, such as Analyst, it auto populates the Tasks column, within the Main table with all the fields in the Analyst Task table(Want all the tasks to be within one scroll able field).
So in all I want to be able to link the lookup column(Job Title) based on what is selected in the field, to populate the Tasks column in the Main table with the entire Tasks column from the Analyst or Manager Task table. If anyone has any insight on the possibilities of this, please let me know. I'm still new to using Access and want to incorporate this within a Sharepoint site. Thanks in advance!
Additional: I named this report but what I'm trying to do is have a form update the table I mentioned then in the end create a new report for each employee added. Sorry for the confusion.
Last edited: