how could i call a specific table in web form 2 using web form 1?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sandosh kumar
    New Member
    • Sep 2013
    • 1

    how could i call a specific table in web form 2 using web form 1?

    i have two web forms...
    web form 1 has two drop down list box.. by selection items in this drop down lists ..& clicking next button..
    i must call required specific table from ms-access in web form 2..based on items selected in web form 1..
    since i have many tables in it..how could i call required table in web form 2.. based on selection of web form 1..??
    can u please give any coding for this??
  • CoolAli
    New Member
    • Sep 2013
    • 1

    #2
    just use only the tag....
    target="link to form 2"

    Comment

    Working...