Mutiple selection

L

Lora

I'm design a database where an employee (--officer) can
issue an asset to employee such as pager and cell phone
so that we can keep track if they return the item yet.
Since Office and Employee are on the same
database "Employees" If there are any way I can set up on
my from to select two different employees.

I have Employees tabel link to IssueAssets tabel.
Therefore, I could not select two different EmployeeID on
this form. Please advise.

Thank you,
Lora
 
D

Dwayne Shrum

I think you are wanting to self-join a table back to
itself so that one record can relate to another different
record in the same table. You do this by joining different
fields of a same table (i.e. supervisor field might relate
back to employee name field of the same table).
 

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