In access 2003, how do I repeat the same data in different tables without typing it out again. That in another table with different name.
Access 2003: Duplicate Data into Different Table
Collapse
X
-
I haven't actually tried to do this myself (even though I intended to try it a while ago), but you need to use an OleDbConnection to connect to the MS Access database.
Please review the following articles that outline how to use a database:
Database tutorial Part 1
Database tutorial Part 2
Also, keep in mind that the database has to exist in a place where the ASP.NET user account has permissions that are required to use the database (the ASP.NET user account runs under very limited permissions)
-FrinnyComment
Comment