formulas in access

  • Thread starter Thread starter Guest
  • Start date Start date
cindy said:
can formulas be set up in access, like can be done in excel? How?

Yes and no.

You can use formulas in Access, but you would not use them like you do
in Excel. There is a difference because of the difference between a
spreadsheet and a database, not capabilities.

In a database you store data, not results.

You can use a query (or form or report) to compute values. Access likes
to recompute them each time so don't try and save them to a table.

Unlike Excel, Access does not lend itself to creating different formulas
to different records (rows in Excel). You normally would apply a single
formula to all the available records.

Do you have an example of something you want to do?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formulas in Access? 2
Access formulas 2
Formulas 1
How do I code an Excel formula in Access VBA 9
Excel Formula 3
Can I write a sumif formula in Access? If so, how? 1
Calculate Access Conditional formula 3
Formula in Access 6

Back
Top