Can there be sub tables in access

lawdie

Board Regular
Joined
Oct 28, 2002
Messages
84
Hi All,

I'm working on a college project, I'm building an IT helpdesk in access.
The problem I've encountered early on is,
StaffID is the staff number for employee.
StaffDep refers to the department the staff belongs to,

What I'm trying to generate is
If the StaffDep is IT then there StaffID is carried into a seperate table

This new IT Table will contain the StaffID (IT staff only) and some of the other tables data. Along with fields relating only for IT staff members.

If someone could put me on the right track I'd be grateful.

Many thanks, Lawdie
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
You don't really need another table for that. A select query comprising of the StaffID, StaffDep (with a criteria of ="IT") and the other fields you require would suffice.
 
Upvote 0

Forum statistics

Threads
1,221,497
Messages
6,160,154
Members
451,625
Latest member
sukhman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top