G
Guest
I have an Access project (ADP file) used as front end communicating with an SQL Server 2000 database. One query (stored procedure on SQL Server 2000) returns a variable number of columns to the Access client. The columns are displayed in a datasheet subform. Is there a way I can use visual basic to add/remove columns in the datasheet? I would prefer to do this in the ON OPEN event of the form
The Access application is notified of number of columns and their labels by return parameters from the stored procedure. Everything works fine, but I cannot figure out a practical way to remove/insert columns
Regard
Tore
The Access application is notified of number of columns and their labels by return parameters from the stored procedure. Everything works fine, but I cannot figure out a practical way to remove/insert columns
Regard
Tore