WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Formulas

 
   Home -> Office other -> Getting Started RSS
Next:  Outlook 97  
Author Message
Té

External


Since: May 06, 2008
Posts: 12



(Msg. 1) Posted: Fri May 15, 2009 4:23 pm
Post subject: Formulas
Archived from groups: microsoft>public>access>gettingstarted (more info?)

Can Access run formulas and calculations like Excel does? I noticed when I
imported an Excel file that had calculations on it it did not carry over.
Back to top
Login to vote
Ken Snell MVP

External


Since: Mar 06, 2009
Posts: 7



(Msg. 2) Posted: Fri May 15, 2009 10:14 pm
Post subject: Re: Formulas [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Not like EXCEL in terms of doing it in the table, but yes in terms of using
a query or a form or a report.

--

Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/


"Té" <T.TakeThisOut@discussions.microsoft.com> wrote in message
news:03A93079-A57E-4478-92D3-0B853587B8AA@microsoft.com...
> Can Access run formulas and calculations like Excel does? I noticed when
> I
> imported an Excel file that had calculations on it it did not carry over.
Back to top
Login to vote
Steve

External


Since: Mar 26, 2009
Posts: 11



(Msg. 3) Posted: Sat May 16, 2009 8:40 am
Post subject: Re: Formulas [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes! Access can run formulas and calculations by entering the calculation in
a blank field of a query (called a calculated field). Access can run
formulas and calculations by entering the calculation in the control source
of an unbound textbox on a form or report. Access can run formulas and
calculations in VBA code.

Steve
santus.RemoveThis@penn.com




"Té" <T.RemoveThis@discussions.microsoft.com> wrote in message
news:03A93079-A57E-4478-92D3-0B853587B8AA@microsoft.com...
> Can Access run formulas and calculations like Excel does? I noticed when
> I
> imported an Excel file that had calculations on it it did not carry over.
Back to top
Login to vote
KenSheridan via AccessMon

External


Since: May 17, 2009
Posts: 56



(Msg. 4) Posted: Sun May 17, 2009 8:05 pm
Post subject: Re: Formulas [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, but don't be confused by the superficial similarity between the
datasheet view of an Access table and an Excel worksheet into thinking that
they behave in the same way. In an worksheet values can be addressed by
position, in an Access table (and indeed a table in any relational database
system) values are addressed by the table and column name.

With a query based on an Access table you could for instance compute a price
gross of tax for an item in each row with an expression (this is the term
normally used rather than the spreadsheet term 'formula') such as:

NetPrice * (1 + TaxRate)

I should point out that this is an unrealistic example as, in an invoice, tax
would normally be computed on the sum of the net prices of the items rather
than by line item, but it serves to illustrate the basic principle. A more
realistic expression would be one which sums the net prices per invoice and
then adds the tax:

Sum(NetPrice) * (1 + TaxRate)

An expression like this could be used in the footer of an invoice report for
instance where the tax rate is the same for all items, or in a TaxRate group
footer if different categories of items can be taxed at different rates.

What you cannot do is something like multiply the value of the field two
columns to the left and three rows down by that four columns to the right and
one row up. While those spatial relationships are valid in a worksheet, they
are meaningless in a table as tables are sets and as such have no intrinsic
order.

Ken Sheridan
Stafford, England

Té wrote:
>Can Access run formulas and calculations like Excel does? I noticed when I
>imported an Excel file that had calculations on it it did not carry over.

--
Message posted via http://www.accessmonster.com
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Getting Started All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support