Ask a Question related to Coldfusion Database Access, Design and Development.
-
ANONYMS #1
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
-
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... -
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... -
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... -
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?... -
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... -
Dan Bracuk #2
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
-
ANONYMS #3
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



Reply With Quote

