Settig Up List Box

  • Thread starter jgrau via AccessMonster.com
  • Start date
J

jgrau via AccessMonster.com

I am currently developing a Workload Analysis Database that tracks projects
and people assigned to them. I am trying to populate a list box which when
they go into the employee form it populates this list box called assigned
projects with all projects from the projects table assigned to the individual.
I have the name and employee number keyed to the projects table.

"Would Deeply Appreciate Any Help"
 
G

Gina Whipp

jgrau,

You will need to create a query and make that the RecordSource of the List
Box. In the query make the EmployeeID the first field and the Project the
second field. When setting the Column Widths for the List Box do 0;1. Then
Link Child Fields - Link Master Fields on the List box to the ExployeeID on
your Main form/List box.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 
J

jgrau via AccessMonster.com

Thank you Gina I will give this a go.

Gina said:
jgrau,

You will need to create a query and make that the RecordSource of the List
Box. In the query make the EmployeeID the first field and the Project the
second field. When setting the Column Widths for the List Box do 0;1. Then
Link Child Fields - Link Master Fields on the List box to the ExployeeID on
your Main form/List box.
I am currently developing a Workload Analysis Database that tracks projects
and people assigned to them. I am trying to populate a list box which
[quoted text clipped - 5 lines]
"Would Deeply Appreciate Any Help"
 
G

Gina Whipp

jgrau,

You're welcome... If you have a problem, post back!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

jgrau via AccessMonster.com said:
Thank you Gina I will give this a go.

Gina said:
jgrau,

You will need to create a query and make that the RecordSource of the List
Box. In the query make the EmployeeID the first field and the Project the
second field. When setting the Column Widths for the List Box do 0;1.
Then
Link Child Fields - Link Master Fields on the List box to the ExployeeID
on
your Main form/List box.
I am currently developing a Workload Analysis Database that tracks
projects
and people assigned to them. I am trying to populate a list box which
[quoted text clipped - 5 lines]
"Would Deeply Appreciate Any Help"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top