25 Apples + New Jersey
Is that the line of information you wish to calculate?
Who knows? You're not giving us much information to answer your
question.
Why not tell us more detail of WHAT you wish to calculate, and I'm
sure someone will be able to tell you how.
Sorry that I wasn't very clear or detailed. The database that I am working
on is a 'tally' sheet. Shortest example possible: the line would include
A+B+C+D+E+F+G. Can I take that line and add it all up & get H?
Sorry that I wasn't very clear or detailed. The database that I am working
on is a 'tally' sheet. Shortest example possible: the line would include
A+B+C+D+E+F+G. Can I take that line and add it all up & get H?
If you have a one (something) to many (tallys) relationship, the proper
structure is two tables in a one to many relationship. "Fields are expensive,
records are cheap" - consider instead having a second table with one tally
*per record* rather than additional fields. Someday you'll need fields H and I
- and you'll have to redesign your table, all your queries, all your reports,
all your forms! Ouch!
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.