Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MS Access and ASP pages

6 views
Skip to first unread message

Mike

unread,
Feb 20, 2008, 5:36:22 PM2/20/08
to
Hi

I have a page on my website connected to an Access database. I can
access a query and publish the results on the page OK. I am trying to
update the database via a web page and have been successful in updating
one of the tables(GigVenues). The problem I have is updating two tables
together( One tables FK references the PK of the other) Frontpage only
allows me to select one table!

Table 1: GigVenues: VenueID(PK Autonumber),VenueName, VenueAddress, etc
Table 2: GigDates: GigID (PK) Autonumber),GigDate, VenueID(FK references
GigVenues)

What I need to do is to be able to update the GigDates table and to have
a Combo box to select the VenueName in the GigVenues table, but I can
only connect to one table at a time and the VenueID(FK)in the same table
is no good without being able to see the VenueName.

Thanks in anticipation

Regards
Mike

0 new messages