+ Reply to Thread
Results 1 to 2 of 2

forecasting item number by year

  1. #1
    Registered User
    Join Date
    04-28-2010
    Location
    united states
    MS-Off Ver
    Excel 2003
    Posts
    12

    forecasting item number by year

    Here is my expected output;
    Please Login or Register  to view this content.
    Growth Rate by year;4% based on previous year unit
    so formula= previous unit *1.04 or previous unit + (previous unit*rate)

    how do i implement this function/macro into Access?
    I attached the test table. can you help me
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,918

    Re: forecasting item number by year

    Looked at your dB. It appears that you are trying to do your calculation in the table. In Access, you do not, I reapeat, do not do calculations in tables. Tables are for storing the raw data. Access is not an extension of Excel. It is a relational database and you need to not think in terms of spreadsheets. Having said all that, calculations are performed in Queries and sometimes in Forms. Not knowing how you will be using this or even publishing the information, it is probably best to do your calculations in your queries. Additionally, I noticed that there was no form associated with the table. It is not a good idea to enter data directly into tables. You should build forms and enter the data through the form. I know this is a bit of rant, but dB that are not built properly will give you lots of anxiety and issues in the future.

    Alan
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1