Calculations and Retrieving Variables From Access via CF

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Calculations and Retrieving Variables From Access via CF

    HELP!!! i am trying to retrieve information from an access module via CF. I am
    using MSACCESS and have written a script to calculate a percentage of training
    that has been completed. This VB script is in the module portion. My problem is
    that i need to pull this stored percentage from VB and have it displayed on my
    webpage. any help is appreciated.

    coryd218 Guest

  2. Similar Questions and Discussions

    1. Sending & retrieving data from Access
      I've read a post from this forum about sending and retrieving data using ASP and I think I understand it. The question I have is with regards to...
    2. Session Variables, Retrieving Data From DB
      currently i have a table called personnel in an access db. i have created a login screen which uses the persons social security number (SSN) as the...
    3. retrieving Hyperlink in Access
      I am new to CF and databases, so this question is probably a no brainer for most of you. I am trying to retrieve a hyperlink from my access database...
    4. Storing and Retrieving Info in Access
      I'm not sure if this is even the best place to ask this question, but here goes: my site is hosted by a third party on a Win2K platform and there...
    5. Trouble with retrieving session variables
      Hi Guys, I am using sessions to store the login name and then retrieve it on every page. Here are the details of the php settings. 1) I have...
  3. #2

    Default Re: Calculations and Retrieving Variables From Accessvia CF

    Apologies if you've already considered this, but can't you just get the VBA to update a field in a table somewhere and have CF query this?
    jakp Guest

  4. #3

    Default Re: Calculations and Retrieving Variables From Accessvia CF

    this is actually what we have decided to do. common sense, eh. haha.
    coryd218 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139