A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

look up fields



 
 
Thread Tools Display Modes
  #1  
Old February 21st, 2006, 09:00 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default look up fields

I created a Db to track equipment man hrs and down time.
My question and delema is simple, " but not for me "

I have a form called " maintenance main"
A subform called " Equipment extention"
A subform in the equipment extention called " parts and labor"

this is what I am trying to do..

on the main form is "total hrs"
on sub form "equipment extention" is total hrs --this is for the sum value
in parts and labor

sub form parts and labor ( datasheet view) is field hrs

field on parts and labor "in the footer" total hrs control is =sum([hrs])
this works. I want the main form to add all the sums for equipment extention
so I can get a grand total of hrs for the whole machine and not just the
parts of it.

Thanlks and I know that you will neet some more codes
But please help


  #2  
Old February 21st, 2006, 11:13 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default look up fields

Open the form in design view. Click on the menu VIEW - Properties. Click on
the main form textbox "total hrs" and scroll down the properties to find
Running Sum - set to Yes.

"newbi" wrote:

I created a Db to track equipment man hrs and down time.
My question and delema is simple, " but not for me "

I have a form called " maintenance main"
A subform called " Equipment extention"
A subform in the equipment extention called " parts and labor"

this is what I am trying to do..

on the main form is "total hrs"
on sub form "equipment extention" is total hrs --this is for the sum value
in parts and labor

sub form parts and labor ( datasheet view) is field hrs

field on parts and labor "in the footer" total hrs control is =sum([hrs])
this works. I want the main form to add all the sums for equipment extention
so I can get a grand total of hrs for the whole machine and not just the
parts of it.

Thanlks and I know that you will neet some more codes
But please help


  #3  
Old February 22nd, 2006, 02:07 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default look up fields

There Is no running sum on the forms properties
Maybe I can explain better

maintenance main has field " equip #" equip name" " total hrs"
subform " equip ext" has "equip #" ext # "total hrs1"
subform, subform has " ext#" " employee" work done "hrs

more than one employee will work on this and set hrs

the main form has equipment named " mixer" this represents the entire machine
the Equipment extention named " long arm" which is part of the entire machine
the parts and labor sub is where all hrs are placed.

now I can sum the hrs in the sub/sub form with total hrs =sum([hrs]) which
works
and place it on the sub form as total hrs = forms![main]![ext].form![total
hrs]
this works for each part of the machine.
however I need to total the sums of all parts and place it on the main form
so I can get total hrs worked on entire machine, It is done on a report but I
reall need it to appear on the form as we go along .
thanks





"KARL DEWEY" wrote:

Open the form in design view. Click on the menu VIEW - Properties. Click on
the main form textbox "total hrs" and scroll down the properties to find
Running Sum - set to Yes.

"newbi" wrote:

I created a Db to track equipment man hrs and down time.
My question and delema is simple, " but not for me "

I have a form called " maintenance main"
A subform called " Equipment extention"
A subform in the equipment extention called " parts and labor"

this is what I am trying to do..

on the main form is "total hrs"
on sub form "equipment extention" is total hrs --this is for the sum value
in parts and labor

sub form parts and labor ( datasheet view) is field hrs

field on parts and labor "in the footer" total hrs control is =sum([hrs])
this works. I want the main form to add all the sums for equipment extention
so I can get a grand total of hrs for the whole machine and not just the
parts of it.

Thanlks and I know that you will neet some more codes
But please help


  #4  
Old February 22nd, 2006, 06:20 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default look up fields

The textbox for the =sum([hrs]) will have a property of Running Sum. Set to
Yes.

"newbi" wrote:

There Is no running sum on the forms properties
Maybe I can explain better

maintenance main has field " equip #" equip name" " total hrs"
subform " equip ext" has "equip #" ext # "total hrs1"
subform, subform has " ext#" " employee" work done "hrs

more than one employee will work on this and set hrs

the main form has equipment named " mixer" this represents the entire machine
the Equipment extention named " long arm" which is part of the entire machine
the parts and labor sub is where all hrs are placed.

now I can sum the hrs in the sub/sub form with total hrs =sum([hrs]) which
works
and place it on the sub form as total hrs = forms![main]![ext].form![total
hrs]
this works for each part of the machine.
however I need to total the sums of all parts and place it on the main form
so I can get total hrs worked on entire machine, It is done on a report but I
reall need it to appear on the form as we go along .
thanks





"KARL DEWEY" wrote:

Open the form in design view. Click on the menu VIEW - Properties. Click on
the main form textbox "total hrs" and scroll down the properties to find
Running Sum - set to Yes.

"newbi" wrote:

I created a Db to track equipment man hrs and down time.
My question and delema is simple, " but not for me "

I have a form called " maintenance main"
A subform called " Equipment extention"
A subform in the equipment extention called " parts and labor"

this is what I am trying to do..

on the main form is "total hrs"
on sub form "equipment extention" is total hrs --this is for the sum value
in parts and labor

sub form parts and labor ( datasheet view) is field hrs

field on parts and labor "in the footer" total hrs control is =sum([hrs])
this works. I want the main form to add all the sums for equipment extention
so I can get a grand total of hrs for the whole machine and not just the
parts of it.

Thanlks and I know that you will neet some more codes
But please help


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Invisible Multiple Fields in PageHeaders (Word 2003) Roberto Villa Real Mailmerge 4 September 24th, 2005 10:53 PM
improving performance by indexing query criteria fields Paul James General Discussion 20 February 16th, 2005 07:55 PM
improving performance by indexing query criteria fields Paul James Running & Setting Up Queries 20 February 16th, 2005 07:55 PM
Can't Add Fields to Form Jeff Miller Using Forms 4 January 12th, 2005 03:42 AM
Automatic filling of fields in table two from table one Jim Kelly Database Design 1 September 27th, 2004 10:16 PM


All times are GMT +1. The time now is 07:15 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.