Two tables in MS access

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Two tables in MS access

    Hi
    I have 2 tables in MS acess for my web application tdldecedent and
    tblcircumstances with common field name Case number.
    When the user will log into my web application it will go to my front page of
    my application.It will carry information of tbldecedent table.I have created
    form.cfm file for this in Cold fusion. At the end of the that page i have
    created a submit button [ <input type="button" value="Circumstances"> }which
    will take them to the web page related to the tblcircumstances information. I
    have created another file called circumstanes.cfm.Both this two form will
    together make one complete application..
    Now my question is how can i view the information which is submitted online.
    Should i need to run a query
    Thank you very much for your time.


    ANONYMS Guest

  2. Similar Questions and Discussions

    1. tables - access db
      i'm using coldfusion with an access db. i currently have two tables in my db which i am able to query no probs. i now wnat to add a third table but...
    2. Access Tables without having a Server??
      Hello, I have a Java-Application that works with a MYSQL Server on a central Computer through the MYSQL-jdbc driver. Now I have the problem...
    3. access tables
      :confused; we are doing a database driven website using dreamweaver and microsoft access as the database. everything works fine until we create an...
    4. list tables from Access 2000
      What is the output variable? Who do you give read permissions to? Why would this need more permissons that a script that actually makes tables?...
    5. readonly access on tables
      Hi, We have a SQL server database on remote server. We are using ODBC connection to read and write into the table. But we have another user wants...
  3. #2

    Default Re: Two tables in MS access

    Yes you will have to run a query.

    By the way, are you sure the submit button you described takes the user to the web page related to the tblcircumstances information.
    Dan Bracuk Guest

  4. #3

    Default Re: Two tables in MS access

    Ya I am sure.
    Also Cna you Please tell me how to run a query for that.
    Also I want to know if the client will insert the data online through web site will it be directly go into my MS access file.

    ANONYMS Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139