I am having problems with a Form.
Let me xplain what i have going on. I have 2 Tables One is called tasks and one is called meetings.
I have a fiels in my meetings table called tasks which is a lookup to the task ID in the task table. I have it set for multiple values as i will have many tasks per meeting.
I created a Meeting Form and a seperate Task Form.
I have a list box that i want to propogate with the tasks for that meeting. I created it,but it lists all the tasks that have ever been created, it also shows a check mark next to task assigned to the meeting. So i know it is working i just want it show the tasks for that specific meeting.
I also want to create a button that will open the "Task Form and create a new record specifically assigned to the meeting.
If you would like to see a copy of my database i will post if you need it to assist. Thank you
Let me xplain what i have going on. I have 2 Tables One is called tasks and one is called meetings.
I have a fiels in my meetings table called tasks which is a lookup to the task ID in the task table. I have it set for multiple values as i will have many tasks per meeting.
I created a Meeting Form and a seperate Task Form.
I have a list box that i want to propogate with the tasks for that meeting. I created it,but it lists all the tasks that have ever been created, it also shows a check mark next to task assigned to the meeting. So i know it is working i just want it show the tasks for that specific meeting.
I also want to create a button that will open the "Task Form and create a new record specifically assigned to the meeting.
If you would like to see a copy of my database i will post if you need it to assist. Thank you