Primary Key Issue

  • Thread starter Thread starter gmenon100 via AccessMonster.com
  • Start date Start date
G

gmenon100 via AccessMonster.com

Dear Friends,

I have a access project having 2 tables. tblpurchase: with PuchID, Purdate,
PurchAmt, EmpID

TblEmployee with EmpID, EmpName ......

EmpID is a foreign key in tblpurchase from TblEmployee

When you open the employee table and click the "+" it lists all purchase made
by the employee. Alls well here.

My problem:

I added another table : tblAttendance with AttID, AttDate, AttdType, and
EmpID where EmpID is the foreign Key connected to the tblEmployee. But now
when the "+" sign in the Employee table is clicked, it prompts for a
subdatasheet.

My question:

Can I see both the tblattendance, and tblpurchase when the "+" is clicked.

Appreciate your response.

Thanks

Gmenon
 
No you can't. You can only see one subdatasheet at a time. If you want to
see both you should build a form with two subforms.

You should also consider changing your table design to not show any
subdatasheets on any table.
 
Thanks for your quick response. Appreciate it.

Joan said:
No you can't. You can only see one subdatasheet at a time. If you want to
see both you should build a form with two subforms.

You should also consider changing your table design to not show any
subdatasheets on any table.
Dear Friends,
[quoted text clipped - 29 lines]
Message posted via AccessMonster.com
 

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

Similar Threads

Help Plz... 4
Need Help... 4
table relationship 2
handling error 3
Using Bound Control right 3
Setting form field = another field on same form 3
Auto update on combo form field 1
Date overlap***UP*** 1

Back
Top