Hello the world,
I think you cannot hide a column in a datagrid. I can't find any properties to do this. But you can find a way to work around this particular problem. Just build a query/stored procedure, add only the fields you want to use and bind it to the data control. Don't use a table because all the fields will show up in your grid.
One last thing, in Ms Access I would rather go for a subform linked to a table/query instead. But that's me ;)
Hope this helps
psychadelic
|