Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 9th, 2007, 02:16 PM
Authorized User
 
Join Date: Jul 2007
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access query from a webpage?

Hi, folks!
            I'm relatively certain that this is the wrong place to ask, so feel free to point me in another direction if need be....

I've got a webpage that I'm trying to link to a database table, and was wondering if there might be some fiarly simple way to do that...

   Basically, the webpage "knows" the value I'm looking for in the "MachineName" column of my table, so I'd like to extract all the records from the table that match, and then allow the user to "slice & dice" any way he sees fit.....

Suggestions? Can it be done with just the correct "href" value on an anchor tag?

Thanks loads!
                Joe

JP
__________________
JP
 
Old August 13th, 2007, 12:29 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Where is the database? Is it in the _fpdb folder on an IIS site, or on another machine somewhere. If you use FP2003 and copy and paste the database to the site, FP will manage the data connection and put it in _fpdb. Then you can just create a form object to query it using a custom query or one already packaged in the database.

Did that help at all?

mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to count the number of access the webpage ? khb3283 ASP.NET 2.0 Basics 2 October 2nd, 2008 09:08 PM
Quick Webpage access with large data in database madhusrp ASP.NET 1.0 and 1.1 Professional 2 March 14th, 2006 04:11 AM
Access Query gre_smi SQL Server 2000 2 January 11th, 2006 08:59 AM
How to display a access webpage on current date kenbeyond Access VBA 2 October 13th, 2005 06:42 AM
Access: need a Query. please help me... alienscript Access VBA 1 December 14th, 2003 01:02 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.