PC Review


Reply
Thread Tools Rate Thread

Code to gather information

 
 
Fly Boy 5
Guest
Posts: n/a
 
      10th Oct 2009
I have the following in a query field. Expr1: +[LABOR]+[TRAVCOST]
I need to modify this formula so that if the service is warranty rather than
charge, it would subtract the above plus other fields such as Airfare, auto,
hotel, living expenses, ect.

Thanks for any help you may provide.

Fly Boy 5
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      10th Oct 2009
It sounds like you are saying that your table has a field for each category
of cost. If so, that's a spreadsheet, not a relational database!

Instead, consider a table like the following (untested):

tblCost
CostID
Amount
CostCategoryID (this points to another table that lists cost
categories like "labor" and "travel" and ...)
CostDate

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

"Fly Boy 5" <(E-Mail Removed)> wrote in message
news:45EB6A7A-5910-49D9-ACFD-(E-Mail Removed)...
>I have the following in a query field. Expr1: +[LABOR]+[TRAVCOST]
> I need to modify this formula so that if the service is warranty rather
> than
> charge, it would subtract the above plus other fields such as Airfare,
> auto,
> hotel, living expenses, ect.
>
> Thanks for any help you may provide.
>
> Fly Boy 5



 
Reply With Quote
 
Fly Boy 5
Guest
Posts: n/a
 
      10th Oct 2009
Thanks Jeff,

It's a linked table in Access 2007 called service which contains all hrs,
expenses and revenue. I list the type of service in one field which should
control how the above is calculated. I'm trying to track revenue for each
call but warranty should subtract and produce a negitive figure.
Sorry for not explaining very well and thanks for your efforts.

Fly Boy 5



"Jeff Boyce" wrote:

> It sounds like you are saying that your table has a field for each category
> of cost. If so, that's a spreadsheet, not a relational database!
>
> Instead, consider a table like the following (untested):
>
> tblCost
> CostID
> Amount
> CostCategoryID (this points to another table that lists cost
> categories like "labor" and "travel" and ...)
> CostDate
>
> Good luck!
>
> Regards
>
> Jeff Boyce
> Microsoft Access MVP
>
> "Fly Boy 5" <(E-Mail Removed)> wrote in message
> news:45EB6A7A-5910-49D9-ACFD-(E-Mail Removed)...
> >I have the following in a query field. Expr1: +[LABOR]+[TRAVCOST]
> > I need to modify this formula so that if the service is warranty rather
> > than
> > charge, it would subtract the above plus other fields such as Airfare,
> > auto,
> > hotel, living expenses, ect.
> >
> > Thanks for any help you may provide.
> >
> > Fly Boy 5

>
>
>

 
Reply With Quote
 
Jackie L
Guest
Posts: n/a
 
      13th Oct 2009
In your query, put a formula similar to the following
Cost:
IIF([ServiceType]="warranty",(Nz([Labor])+Nz([TravCost]))*-1,Nz([Labor])+Nz([TravCost]))


"Fly Boy 5" wrote:

> I have the following in a query field. Expr1: +[LABOR]+[TRAVCOST]
> I need to modify this formula so that if the service is warranty rather than
> charge, it would subtract the above plus other fields such as Airfare, auto,
> hotel, living expenses, ect.
>
> Thanks for any help you may provide.
>
> Fly Boy 5

 
Reply With Quote
 
Jeff Boyce
Guest
Posts: n/a
 
      15th Oct 2009
I'm still having some trouble visualizing the data/structure.

You posted in the newsgroup dedicated to supporting table (structure) and db
design ... would you please post a description of your table (see my
previous response for an example)?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.


"Fly Boy 5" <(E-Mail Removed)> wrote in message
news:8F17FC0A-26ED-4748-96FE-(E-Mail Removed)...
> Thanks Jeff,
>
> It's a linked table in Access 2007 called service which contains all hrs,
> expenses and revenue. I list the type of service in one field which
> should
> control how the above is calculated. I'm trying to track revenue for each
> call but warranty should subtract and produce a negitive figure.
> Sorry for not explaining very well and thanks for your efforts.
>
> Fly Boy 5
>
>
>
> "Jeff Boyce" wrote:
>
>> It sounds like you are saying that your table has a field for each
>> category
>> of cost. If so, that's a spreadsheet, not a relational database!
>>
>> Instead, consider a table like the following (untested):
>>
>> tblCost
>> CostID
>> Amount
>> CostCategoryID (this points to another table that lists cost
>> categories like "labor" and "travel" and ...)
>> CostDate
>>
>> Good luck!
>>
>> Regards
>>
>> Jeff Boyce
>> Microsoft Access MVP
>>
>> "Fly Boy 5" <(E-Mail Removed)> wrote in message
>> news:45EB6A7A-5910-49D9-ACFD-(E-Mail Removed)...
>> >I have the following in a query field. Expr1: +[LABOR]+[TRAVCOST]
>> > I need to modify this formula so that if the service is warranty rather
>> > than
>> > charge, it would subtract the above plus other fields such as Airfare,
>> > auto,
>> > hotel, living expenses, ect.
>> >
>> > Thanks for any help you may provide.
>> >
>> > Fly Boy 5

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with a macro to gather information tennisash@gmail.com Microsoft Excel Programming 0 19th Jul 2007 03:24 PM
How to gather the caller page information? ABC Microsoft ASP .NET 1 13th Jan 2006 10:56 AM
How do I gather group information from Domain =?Utf-8?B?TWljaGFlbCBMQUNvdW50eQ==?= Microsoft Windows 2000 1 4th May 2005 05:18 PM
Gather information on RASUSERS Dave Kennedy Microsoft Windows 2000 Active Directory 1 3rd Dec 2003 01:13 PM
Remotely gather information kenny Windows XP General 0 13th Oct 2003 02:42 PM


Features
 

Advertising
 

Newsgroups
 


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