excel vba courses london - databases and forms

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » excel vba courses london - Databases and forms

excel vba courses london - Databases and forms

resolvedResolved · Low Priority · Version Standard

Martin has attended:
Access Introduction course
Access Intermediate course
Excel Intermediate course

Databases and forms

how can i put Excel functions on Access tables

RE: Databases and forms

Hi Martin,

You create them in Queries.

In a new field, you can do simple math, and also use functions. some of the functions are slightly different, and you may need to look into the help section to verify the syntax.


some examples:

[total]*0.175 (where [total] is a numeric field)

or

GrandTotal: [total]+[vat]

Or

Total: [unit_price]*[quantity]


Regards

Richard


 

Excel tip:

Adding a comment to a formula

1. At the end of the formula, add a + (plus) sign.
2. Type the letter N, and in parentheses, type your comment in quotation marks.

eg.

=CurrentAssets / CurrentLiabilities+ N("The formula returns Current Ratio")

View all Excel hints and tips


Server loaded in 0.08 secs.