P
Patrick
HI!!
I would like to know if I can hide a few columns from a
certain table using VBA.
Example: in table1 I've got 3 columns.
clID IdName Description
Can I hide 'IdName' and 'clID' using VBA code.
The reason I'm asking is that depending on the user who
connects to my application, there aloud to export some on
the info in this table but not all of it. So I was
thinking of hiding the colums that the current user isn't
aloud to see and after, use the 'transferText' method onto
that table with the missing columns to execute my transfer
to a txt file.
Is that possible?
Thanks for any help you can provide-me with!
PAtrick
I would like to know if I can hide a few columns from a
certain table using VBA.
Example: in table1 I've got 3 columns.
clID IdName Description
Can I hide 'IdName' and 'clID' using VBA code.
The reason I'm asking is that depending on the user who
connects to my application, there aloud to export some on
the info in this table but not all of it. So I was
thinking of hiding the colums that the current user isn't
aloud to see and after, use the 'transferText' method onto
that table with the missing columns to execute my transfer
to a txt file.
Is that possible?
Thanks for any help you can provide-me with!
PAtrick