Consulting

Results 1 to 2 of 2

Thread: FORM CALCULATIONS NOT MIGRATING TO TABLE AND ON EXCEL EXPORT

  1. #1
    VBAX Regular
    Joined
    May 2012
    Posts
    79
    Location

    FORM CALCULATIONS NOT MIGRATING TO TABLE AND ON EXCEL EXPORT

    Thanks for taking the time to read this and hopefully somebody can help. I have a from built from a table with the following calculation insterted in a field: =[Offers]+[Started]-[Number]. The calculation works fine in the form but the table just states 0 and when I migrate to excel it is the same. Any ideas where I am going wrong?

  2. #2
    VBAX Tutor
    Joined
    Mar 2014
    Posts
    208
    Location

    fields

    Quote Originally Posted by stevembe View Post
    Thanks for taking the time to read this and hopefully somebody can help. I have a from built from a table with the following calculation insterted in a field: =[Offers]+[Started]-[Number]. The calculation works fine in the form but the table just states 0 and when I migrate to excel it is the same. Any ideas where I am going wrong?

    As long as you have 3 fields on the form called: Offers, Started, & Number that is good BUT ...
    the query needs the whole path to the fields...so the query SQL would be

    =forms!frmMyform!Offers+forms!frmMyform!Started-forms!frmMyform!Number

Posting Permissions

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