| Author |
MS Access
|
Jesse Walker
Ranch Hand
Joined: Aug 18, 2004
Posts: 50
|
|
I have been able to retrieve data from a tabel and insert data into a Table, I was wondering if I made a form inside Microsoft access, could I access that form and input data into the fields? Thanks, Jesse
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
|
In what way?
|
 |
Jesse Walker
Ranch Hand
Joined: Aug 18, 2004
Posts: 50
|
|
|
I went to insert data from a table and then print the form without the user every seeing the form being open. If possible
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
Through Java code? Yes you can do this. Just create a ODBC datasource in windows and connect it to the database. Check the windows control panel or administrative tools for Datasource(ODBC) utility. Then you connect to the datasource with your java code.
|
 |
 |
|
|
subject: MS Access
|
|
|