link access information in frontpage?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is why im a hardware GUY!!! How do i display a price, and dscription i
have set up in a access DB in a page in frontpage....i just want the price,
and description...of various items. I suppose i am going about it the wrong
way some hoe because ive been searching for hours..seems simple enough I have
the DB linked, it is verified......HELP...ill even do it in publisher...i
just want it there!!
 
Sound like you should have searched for a ASP based Shopping Cart application

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Set up a database results region using the Database Results Wizard (that's what
it is called in FP2000 - might have a different name in later version.

Insert / Database / Results from the menu. Then select the fields you want
displayed such as Item name, price, and description. and complete the Wizard.

As you are using the Wizard you get a chance to edit the query, at that point
usually you can just paste in the SQL statement that Access will make for you
using its query generator. So before using the Wizard, make a query in Access
that does what you want and then look in SQL view and copy the query.

Clark
 
It goes by the same name in all versions of FP. Database Results Wizard --
DRW for short.
 
Back
Top