Unhiding Checkbox in datasheet

M

Mark A. Sam

Hello,

I have no problem hiding a Checkbox in a datasheet style subform
[Users].Form![isClaimsAdmin].ColumnWidth = 0
but unhiding doesn't work for me
[Users].Form![isClaimsAdmin].ColumnWidth = -1

I also tried value -2.

I am using Access 2002.

Any help is appreciated.

God Bless,

Mark A. Sam
 
M

Mark A. Sam

I used the ColumnHidden property instead and solved the issue.

[Users].Form![isClaimsAdmin].ColumnHidden = True
[Users].Form![isClaimsAdmin].ColumnHidden = False
 
T

tbl

I used the ColumnHidden property instead and solved the issue.

[Users].Form![isClaimsAdmin].ColumnHidden = True
[Users].Form![isClaimsAdmin].ColumnHidden = False


Had you posted this with the rest of the thread, it would
have been *much* more informative. ;-)
 
M

Mark A. Sam

I'm not sure what you mean. I posted off of my original message. Maybe it
expired?


tbl said:
I used the ColumnHidden property instead and solved the issue.

[Users].Form![isClaimsAdmin].ColumnHidden = True
[Users].Form![isClaimsAdmin].ColumnHidden = False


Had you posted this with the rest of the thread, it would
have been *much* more informative. ;-)
 
T

tbl

I'm not sure what you mean. I posted off of my original message. Maybe it
expired?


Ahh. Probably the case...

In my reader, I only saw "Solved" for a Subject Line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top