Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use list box to populate form w/query record source

Status
Not open for further replies.

VoiceOfThePeople

Technical User
Apr 3, 2008
1
US
Hello Everyone,

First, I want to thank the posters on this forum for all of their assistance, insight and unselfish public servitude. I am attempting to build a database that will help me manage the lives, goals and progress of adults with developmental disabilities. I am fairly new at this but I have made some progress.

Issues: I have an employee list box that allows me to populate or update a form according to the employee selected when the record source is set to the original table. However, I recently altered the record source to a multiple table query and the Employee list box became inoperable. I believe the query that is now established as the new record source must reference the list box within the query’s criteria. However, I don’t know the proper expression to write within the criteria field to allow the employee list box to function as it had prior to changing the record source.

The fields in the list box are as follows:

AID=Assistant ID
ALName=Assistant Last Name
AFName=Assistant First Name

The list box name is lst_Employees
and the table is SLAdmin

Thank you in advance for any assistance you may provide.


 
Please post the SQL of the new, problem query.
 
How are yaVoiceOfThePeople . . .

Post the [blue]RowSource[/blue] of the listbox as well . . .

Calvin.gif
See Ya! . . . . . .

Be sure to see thread181-473997
Also faq181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top