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  

"Time and Billing" database question -- access



 
 
Thread Tools Display Modes
  #1  
Old January 15th, 2005, 05:59 AM
SBC_2005
external usenet poster
 
Posts: n/a
Default "Time and Billing" database question -- access

Hi, I downloaded the “Time and Billing” database for access from the
“templates” section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
“Projects.” When I click on “Projects,” instead of seeing numbers in the
fields for “Total Hours,” “Hourly Billings” and “Total Expenses;” the word
“#Name?” appears in each field. Also, the word “#Error” appears in the
“Total Billing” and “Amount Due” fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna
  #2  
Old January 15th, 2005, 08:43 AM
tina
external usenet poster
 
Posts: n/a
Default

this is not Microsoft Support, or Microsoft Customer Service. all of the
microsoft.public.access... newsgroups are public user forums where anyone
can ask and/or answer a posted question.

i downloaded the Time and Billing template from the MS website just now to
take a look. from the Main Switchboard, i clicked on Enter/View Clients.
then i clicked on the Projects... command button in the form's header
section. on my pc, the Projects form is working normally, showing all totals
including in the controls you mentioned.

did you change *anything* in your copy of the database besides the actual
data? such as the name of a form, control, table, field - anything?


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
"Projects." When I click on "Projects," instead of seeing numbers in the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the word
"#Name?" appears in each field. Also, the word "#Error" appears in the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna



  #3  
Old January 15th, 2005, 09:00 AM
PC Datasheet
external usenet poster
 
Posts: n/a
Default

#Name appears because a reference to a field in the formulas is either
misspelled or does not exist. Look at the formulas. Did you change the name
of a field or delete the field? Since #Name appears three times, it would
seem that the problem in all three formulas is the same field. #Error is
occurring because of the first problem. Fix it and #Error will go away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
"Projects." When I click on "Projects," instead of seeing numbers in the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the word
"#Name?" appears in each field. Also, the word "#Error" appears in the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna



  #4  
Old January 15th, 2005, 01:57 PM
SBC_2005
external usenet poster
 
Posts: n/a
Default

Hi PC Datasheet,

I'm brand new to access, and I didn't touch anything. These are the
formulas -- can you tell what's wrong?

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![TotalHoursWorked])

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![Total Billed])

=IIf([Project Expenses Subform].Form.RecordsetClone.RecordCount=0,0,[Project
Expenses Subform].Form![Total Expenses])

=[Total Hourly Billings]+[Total Expenses]

=IIf(IsNull([ProjectID]),0,DSum("[PaymentAmount]","Payments","[ProjectID]="
& [ProjectID]))






"PC Datasheet" wrote:

#Name appears because a reference to a field in the formulas is either
misspelled or does not exist. Look at the formulas. Did you change the name
of a field or delete the field? Since #Name appears three times, it would
seem that the problem in all three formulas is the same field. #Error is
occurring because of the first problem. Fix it and #Error will go away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
"Projects." When I click on "Projects," instead of seeing numbers in the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the word
"#Name?" appears in each field. Also, the word "#Error" appears in the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna




  #5  
Old January 15th, 2005, 03:37 PM
SBC_2005
external usenet poster
 
Posts: n/a
Default

Hi Tina,

I didn't change anything, I swear! Any ideas?

"tina" wrote:

this is not Microsoft Support, or Microsoft Customer Service. all of the
microsoft.public.access... newsgroups are public user forums where anyone
can ask and/or answer a posted question.

i downloaded the Time and Billing template from the MS website just now to
take a look. from the Main Switchboard, i clicked on Enter/View Clients.
then i clicked on the Projects... command button in the form's header
section. on my pc, the Projects form is working normally, showing all totals
including in the controls you mentioned.

did you change *anything* in your copy of the database besides the actual
data? such as the name of a form, control, table, field - anything?


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
"Projects." When I click on "Projects," instead of seeing numbers in the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the word
"#Name?" appears in each field. Also, the word "#Error" appears in the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna




  #6  
Old January 15th, 2005, 03:37 PM
SBC_2005
external usenet poster
 
Posts: n/a
Default

Hi Tina,

I didn't change anything, I swear! Any ideas?

"tina" wrote:

this is not Microsoft Support, or Microsoft Customer Service. all of the
microsoft.public.access... newsgroups are public user forums where anyone
can ask and/or answer a posted question.

i downloaded the Time and Billing template from the MS website just now to
take a look. from the Main Switchboard, i clicked on Enter/View Clients.
then i clicked on the Projects... command button in the form's header
section. on my pc, the Projects form is working normally, showing all totals
including in the controls you mentioned.

did you change *anything* in your copy of the database besides the actual
data? such as the name of a form, control, table, field - anything?


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I click on
"Projects." When I click on "Projects," instead of seeing numbers in the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the word
"#Name?" appears in each field. Also, the word "#Error" appears in the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna




  #7  
Old January 15th, 2005, 04:04 PM
PC Datasheet
external usenet poster
 
Posts: n/a
Default

Your reference to the subform's recordsetclone and field on the subform seem
to be wrong. The general syntax is:
Forms!NameOfMainForm!NameOfSubformControl.Form.Rec ordsetClone
Forms!NameOfMainForm!NameOfSubformControl.Form!Nam eOfFieldOnSubform

To emphasize, you use the name of the subform control and not the name of
the subform form!!!!

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com




"SBC_2005" wrote in message
...
Hi PC Datasheet,

I'm brand new to access, and I didn't touch anything. These are the
formulas -- can you tell what's wrong?

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![TotalHoursWorked])

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![Total Billed])

=IIf([Project Expenses

Subform].Form.RecordsetClone.RecordCount=0,0,[Project
Expenses Subform].Form![Total Expenses])

=[Total Hourly Billings]+[Total Expenses]


=IIf(IsNull([ProjectID]),0,DSum("[PaymentAmount]","Payments","[ProjectID]="
& [ProjectID]))






"PC Datasheet" wrote:

#Name appears because a reference to a field in the formulas is either
misspelled or does not exist. Look at the formulas. Did you change the

name
of a field or delete the field? Since #Name appears three times, it

would
seem that the problem in all three formulas is the same field. #Error is
occurring because of the first problem. Fix it and #Error will go away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I

click on
"Projects." When I click on "Projects," instead of seeing numbers in

the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the

word
"#Name?" appears in each field. Also, the word "#Error" appears in

the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports

print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna






  #8  
Old January 15th, 2005, 04:23 PM
SBC_2005
external usenet poster
 
Posts: n/a
Default

Ok, so at the risk of sounding like a moron, how should i change this:

=IIf([Projects Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Projects
Subform].[Form]![TotalHoursWorked])

to make it look like what you said needs to be done?


"PC Datasheet" wrote:

Your reference to the subform's recordsetclone and field on the subform seem
to be wrong. The general syntax is:
Forms!NameOfMainForm!NameOfSubformControl.Form.Rec ordsetClone
Forms!NameOfMainForm!NameOfSubformControl.Form!Nam eOfFieldOnSubform

To emphasize, you use the name of the subform control and not the name of
the subform form!!!!

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com




"SBC_2005" wrote in message
...
Hi PC Datasheet,

I'm brand new to access, and I didn't touch anything. These are the
formulas -- can you tell what's wrong?

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![TotalHoursWorked])

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![Total Billed])

=IIf([Project Expenses

Subform].Form.RecordsetClone.RecordCount=0,0,[Project
Expenses Subform].Form![Total Expenses])

=[Total Hourly Billings]+[Total Expenses]


=IIf(IsNull([ProjectID]),0,DSum("[PaymentAmount]","Payments","[ProjectID]="
& [ProjectID]))






"PC Datasheet" wrote:

#Name appears because a reference to a field in the formulas is either
misspelled or does not exist. Look at the formulas. Did you change the

name
of a field or delete the field? Since #Name appears three times, it

would
seem that the problem in all three formulas is the same field. #Error is
occurring because of the first problem. Fix it and #Error will go away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I

click on
"Projects." When I click on "Projects," instead of seeing numbers in

the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the

word
"#Name?" appears in each field. Also, the word "#Error" appears in

the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports

print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna






  #9  
Old January 15th, 2005, 04:39 PM
SBC_2005
external usenet poster
 
Posts: n/a
Default

I tried this:
=IIf([Forms]![Projects
Subform]![TotalHoursWorked].[Form].[RecordsetClone]=0,0,[Forms]![Projects
Subform]![TotalHoursWorked].[Form]![TotalHoursWorked])

and got the same message. Any ideas?

"SBC_2005" wrote:

Ok, so at the risk of sounding like a moron, how should i change this:

=IIf([Projects Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Projects
Subform].[Form]![TotalHoursWorked])

to make it look like what you said needs to be done?


"PC Datasheet" wrote:

Your reference to the subform's recordsetclone and field on the subform seem
to be wrong. The general syntax is:
Forms!NameOfMainForm!NameOfSubformControl.Form.Rec ordsetClone
Forms!NameOfMainForm!NameOfSubformControl.Form!Nam eOfFieldOnSubform

To emphasize, you use the name of the subform control and not the name of
the subform form!!!!

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com




"SBC_2005" wrote in message
...
Hi PC Datasheet,

I'm brand new to access, and I didn't touch anything. These are the
formulas -- can you tell what's wrong?

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![TotalHoursWorked])

=IIf([Projects Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![Total Billed])

=IIf([Project Expenses

Subform].Form.RecordsetClone.RecordCount=0,0,[Project
Expenses Subform].Form![Total Expenses])

=[Total Hourly Billings]+[Total Expenses]


=IIf(IsNull([ProjectID]),0,DSum("[PaymentAmount]","Payments","[ProjectID]="
& [ProjectID]))






"PC Datasheet" wrote:

#Name appears because a reference to a field in the formulas is either
misspelled or does not exist. Look at the formulas. Did you change the

name
of a field or delete the field? Since #Name appears three times, it

would
seem that the problem in all three formulas is the same field. #Error is
occurring because of the first problem. Fix it and #Error will go away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until I

click on
"Projects." When I click on "Projects," instead of seeing numbers in

the
fields for "Total Hours," "Hourly Billings" and "Total Expenses;" the

word
"#Name?" appears in each field. Also, the word "#Error" appears in

the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the reports

print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna






  #10  
Old January 15th, 2005, 05:09 PM
PC Datasheet
external usenet poster
 
Posts: n/a
Default

It still doesn't appear you have it all!! Is Projects Subform the name of
the subform control on the main form? If so, that part is good. You now need
to add the name of the main form after "Forms". Look at the general syntax I
gave you in my previous response. The syntax is:
Forms!NameOfMainForm!...............

Steve
PC Datasheet


"SBC_2005" wrote in message
...
I tried this:
=IIf([Forms]![Projects
Subform]![TotalHoursWorked].[Form].[RecordsetClone]=0,0,[Forms]![Projects
Subform]![TotalHoursWorked].[Form]![TotalHoursWorked])

and got the same message. Any ideas?

"SBC_2005" wrote:

Ok, so at the risk of sounding like a moron, how should i change this:

=IIf([Projects

Subform].[Form].[RecordsetClone].[RecordCount]=0,0,[Projects
Subform].[Form]![TotalHoursWorked])

to make it look like what you said needs to be done?


"PC Datasheet" wrote:

Your reference to the subform's recordsetclone and field on the

subform seem
to be wrong. The general syntax is:
Forms!NameOfMainForm!NameOfSubformControl.Form.Rec ordsetClone
Forms!NameOfMainForm!NameOfSubformControl.Form!Nam eOfFieldOnSubform

To emphasize, you use the name of the subform control and not the name

of
the subform form!!!!

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com




"SBC_2005" wrote in message
...
Hi PC Datasheet,

I'm brand new to access, and I didn't touch anything. These are the
formulas -- can you tell what's wrong?

=IIf([Projects

Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![TotalHoursWorked])

=IIf([Projects

Subform].Form.RecordsetClone.RecordCount=0,0,[Projects
Subform].Form![Total Billed])

=IIf([Project Expenses
Subform].Form.RecordsetClone.RecordCount=0,0,[Project
Expenses Subform].Form![Total Expenses])

=[Total Hourly Billings]+[Total Expenses]



=IIf(IsNull([ProjectID]),0,DSum("[PaymentAmount]","Payments","[ProjectID]="
& [ProjectID]))






"PC Datasheet" wrote:

#Name appears because a reference to a field in the formulas is

either
misspelled or does not exist. Look at the formulas. Did you change

the
name
of a field or delete the field? Since #Name appears three times,

it
would
seem that the problem in all three formulas is the same field.

#Error is
occurring because of the first problem. Fix it and #Error will go

away.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"SBC_2005" wrote in message
...
Hi, I downloaded the "Time and Billing" database for access from

the
"templates" section of your website yesterday. The link is:
http://office.microsoft.com/en-us/te...184611033.aspx.

I have office 2003 and Windows XP. Everything works fine until

I
click on
"Projects." When I click on "Projects," instead of seeing

numbers in
the
fields for "Total Hours," "Hourly Billings" and "Total

Expenses;" the
word
"#Name?" appears in each field. Also, the word "#Error" appears

in
the
"Total Billing" and "Amount Due" fields.

I know the program is adding up all of my hours because the

reports
print
correctly. Any idea how I can fix the error messages?

Please, please, please help!

Best,
Susanna








 




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
Time and Billing Template SJS General Discussion 7 December 7th, 2004 05:31 AM
"Time and Billing" database template Lou DiNetta General Discussion 0 November 5th, 2004 04:57 PM
How do I add gross receipts tax to the time and billing data base christyneedshelp New Users 0 September 21st, 2004 05:51 PM
Modifications to Time and Billing database template CCallies Running & Setting Up Queries 1 September 8th, 2004 08:39 PM
Time and Billing Database from MS Office Online Stumped New Users 1 July 20th, 2004 12:13 AM


All times are GMT +1. The time now is 10:59 AM.


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