Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Step by step help linking live MS Access to DW!!!

Guest
Feb 20, 2008 Feb 20, 2008
Hello,
I just recently took a DW class and am still learning how to use the program. My manager is having me design the company Intranet page in DW, and one of the requests is to have our charts and graphs that were created in MS Access, to appear on one page on our Intranet page.

I know how to hyperlink MS Access tables, but I am having trouble linking "live" charts that will constantly be updated by users. I am having trouble linking multiple Access tables that will appear on one page.
(I keep hearing people talk about connection strings, ODBC etc. and I am not sure what these mean).

Is there a tutorial or book on how to do this with beginner's in mind? Any advice would be greatly appreciated.

Thanks!
- McSushi
TOPICS
Server side applications
275
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 21, 2008 Feb 21, 2008
McSushi wrote:
> Hello,
> I just recently took a DW class and am still learning how to use the program.
> My manager is having me design the company Intranet page in DW, and one of the
> requests is to have our charts and graphs that were created in MS Access, to
> appear on one page on our Intranet page.
>
> I know how to hyperlink MS Access tables, but I am having trouble linking
> "live" charts that will constantly be updated by users. I am having trouble
> linking multiple Access table...
Translate
LEGEND ,
Feb 21, 2008 Feb 21, 2008
McSushi wrote:
> Hello,
> I just recently took a DW class and am still learning how to use the program.
> My manager is having me design the company Intranet page in DW, and one of the
> requests is to have our charts and graphs that were created in MS Access, to
> appear on one page on our Intranet page.
>
> I know how to hyperlink MS Access tables, but I am having trouble linking
> "live" charts that will constantly be updated by users. I am having trouble
> linking multiple Access tables that will appear on one page.
> (I keep hearing people talk about connection strings, ODBC etc. and I am not
> sure what these mean).
>
> Is there a tutorial or book on how to do this with beginner's in mind? Any
> advice would be greatly appreciated.

I have never heard or seen Access charts being used on a webpage.

What I have seen is the use of Dynamic Flash Charts that take the data
from tables or views or stored procedures. If you google for "ASP
dynamic charts" you will find a load of resources that will help you get
to your goal.

Steve
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 21, 2008 Feb 21, 2008
I believe Doza is correct. Access stores the data. The interface you
are use to seeing when working with Access interactively will not be
displayed automatically on a web page. You will have to code that.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 21, 2008 Feb 21, 2008
LATEST
Thanks!
I will do a search on ASP. I had a gut feeling that that was the route I was supposed to take in trying to figure out how to do this. I was told that I needed to install ColdFusion to figure out how to do it, but I think that will only complicate things.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines