Results 1 to 2 of 2

Thread: ASPdb and Frames

  1. #1
    Mary Roberts Guest

    ASPdb and Frames

    Hi everybody,

    I have 2 Access Tables called A and B, they have a common field called ID.
    Records of Table A are made to display in Form Mode on a Top Frame. On the Top Frame I want to place a hyperlink which when clicked would display in a Bottom Frame a record from Table B which has the same ID as shown by the Top Frame. I have the 2 ASP pages (A.asp and B.asp). What do I put in each of these pages to achieve this mission. I am using Enterprise version

    Thanks for any help

    Mary

  2. #2
    Frank Kwong Guest

    ASPdb and Frames (reply)

    Mary,
    This is a common drill down exercise.Puttng them in frame doesn't make any difference. Export the ID from A and construct the dbSQL in B with the exported ID from A.

    FK


    ------------
    Mary Roberts at 5/22/00 2:21:37 PM

    Hi everybody,

    I have 2 Access Tables called A and B, they have a common field called ID.
    Records of Table A are made to display in Form Mode on a Top Frame. On the Top Frame I want to place a hyperlink which when clicked would display in a Bottom Frame a record from Table B which has the same ID as shown by the Top Frame. I have the 2 ASP pages (A.asp and B.asp). What do I put in each of these pages to achieve this mission. I am using Enterprise version

    Thanks for any help

    Mary

Posting Permissions

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