Hi Guys,
I think this should be another simple one,
I need to display a table but hide a few of the fields. Im using the code below to open the table, but how would I hide certain fields?
DoCmd.OpenTable "Data Conversion", acViewNormal, acReadOnly
Cheers,
T.
I think this should be another simple one,
I need to display a table but hide a few of the fields. Im using the code below to open the table, but how would I hide certain fields?
DoCmd.OpenTable "Data Conversion", acViewNormal, acReadOnly
Cheers,
T.