I wrote a program in vb.net that accesses a microsoft access table. The problem I have is the user creates the database, and table through the vb.net program. So, I would never know what the table name or database name is until runtime.
My question is how can I create a report that doesn't specify a database or table at design time, since the name and the table can change at any given moment. The only thing that is static is each column in the table.
-mike
My question is how can I create a report that doesn't specify a database or table at design time, since the name and the table can change at any given moment. The only thing that is static is each column in the table.
-mike