Hi,
I am using Access XP and the datagrid control.
I want to be able to set the font and the font size - if I do this on the
form under datagrid properties it doesn't keep the value.
Is it possible to this via code?
I have tried. me.datagrid.font = "Arial"
and
me.datagrid.fontsize = 10
but get the error object does not support this property
Any ideas?
Newbie - 23 Oct 2003 11:57 GMT
duh! should have been me.datagrid.font.name = "Arial"
and me.datagrid.font.size = 10
> Hi,
> I am using Access XP and the datagrid control.
[quoted text clipped - 9 lines]
>
> Any ideas?