M
Mike S.
OK, I am not sure how to explain this, but I hope you'll be able to answer
this.
I have an access database that I'm working on, to try and learn about the
application and it's uses (I normally use pre-developed databases, this is my
first attempt at writing my own).
I have two tables in this database: Consultants [Fields are NetID(Text),
ConsFirst(Text), ConsLast(Text), NumCoverages(Number)] and Coverages [Fields
are CoverageID(AutoNumber for Tracking Purposes), ShiftDate (Date),
ShiftTime(Time), ShiftEnd(Time), CoveredBy(Text, pulling from the Consultants
field NetID).
Now, the problem is that I would like the NumCoverages field in Consultants
table to report a count of the number of coverages per NetID that someone has
taken. The data is available in the Coverages table, but I do not know how
to go about getting the data. :\
Any ideas, or recommendations as to what to do?
this.
I have an access database that I'm working on, to try and learn about the
application and it's uses (I normally use pre-developed databases, this is my
first attempt at writing my own).
I have two tables in this database: Consultants [Fields are NetID(Text),
ConsFirst(Text), ConsLast(Text), NumCoverages(Number)] and Coverages [Fields
are CoverageID(AutoNumber for Tracking Purposes), ShiftDate (Date),
ShiftTime(Time), ShiftEnd(Time), CoveredBy(Text, pulling from the Consultants
field NetID).
Now, the problem is that I would like the NumCoverages field in Consultants
table to report a count of the number of coverages per NetID that someone has
taken. The data is available in the Coverages table, but I do not know how
to go about getting the data. :\
Any ideas, or recommendations as to what to do?