G
Guest
Hi,
A couple of questions on datasheets, if I may.
1. Is there any way to have column header names over two or more lines?
2. Is it possible when a cell is selected (Clicked, or double clicked for
example) to determine the cell position?
The second question is to superimpose a control over the selected cell to
allow edits.
I am displaying a crosstab query on a datasheet form, but need to edit cell
contents. My plan is to overlay a control on the selected cell, then
programatically make the necessary updates to the underlying table directly
from code. I'm happy enough with the general coding needed, but need access
to some more properties. As best I can see for the moment, I need to use
currentsectionleft, then add the columnwidths to get accross to the
me.selleft position, and similar for height.
Other thoughts to this end are appreciated. Thanks in advance
swas
A couple of questions on datasheets, if I may.
1. Is there any way to have column header names over two or more lines?
2. Is it possible when a cell is selected (Clicked, or double clicked for
example) to determine the cell position?
The second question is to superimpose a control over the selected cell to
allow edits.
I am displaying a crosstab query on a datasheet form, but need to edit cell
contents. My plan is to overlay a control on the selected cell, then
programatically make the necessary updates to the underlying table directly
from code. I'm happy enough with the general coding needed, but need access
to some more properties. As best I can see for the moment, I need to use
currentsectionleft, then add the columnwidths to get accross to the
me.selleft position, and similar for height.
Other thoughts to this end are appreciated. Thanks in advance
swas