Re: Subform calculation issue
- From: "Al Campagna" <anon@newsgroups>
- Date: Tue, 3 Jul 2007 00:07:23 -0400
Sprowler,
The (ex. name) CreditUsed control is "unbound" to any field, so it will
show the same value on all records.
Since it seems as though your using the CreditUsed value as an element in
a calculation, (or logic decision) you should be able to just add a
CreditUsed field to the same table as the subform is based on... and store
the value. Once "bound"... each record can have it's own CreditUsed.
--
hth
Al Campagna
Access MVP 2007
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love, and you'll never work a day in your life."
"Sprowler" <Sprowler@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:533F9049-3029-4822-B176-C3D2A2DDA3C6@xxxxxxxxxxxxxxxx
I am very close but missing a piece on my database. I am creating a
professional growth database. It has two tables. Employees (basics) and
PG
(courses taken), In the courses taken I have credit hours, credits,
enrichment, and enrichment hours, as well as the course information.
I have a form for entering data information. The tables are linked by the
PG ID. I have added a subform that has all the courses listed that an
employee has taken.
I then added a subform that totaled the credits in a query. I decided to
add fields that show which were used "credits used", "credit hours used",
etc. Then I added a calculated field that subtracted the credits used
from
the sum and leaves a balance. I then added an increment field and a
calculated field that multiplies the increment by $35.
Here's the problem, when I enter the credits used increments, it enters
the
same information for all employees. Should I create a third table called
Credit and link them to the employee by ID? Should I just add these
fields
to the employee table? Any suggestions? It looks good, seems right, but
somehow it is not linked to an employee.
Thank you.
.
- Prev by Date: Re: assign a shortcut key in access
- Next by Date: Re: Previous records help!
- Previous by thread: RE: Access Short-Cut Menus
- Next by thread: Re: Subform calculation issue
- Index(es):
Relevant Pages
|