DaveMarvin
New member
- Local time
- Today, 09:24
- Joined
- Mar 21, 2012
- Messages
- 6
Hi all:
Simple question, simple problem; hopefully there's a simple answer.
I've set the 'Font Italic' method to 'True' for my 'scientific_name' text box control in a datasheet form. It does not render in italics. I've gone so far as to create an On-Load sub with a single command:
Me.scientific_name.FontItalic = True
The control still does not render in italics. What am I doing wrong (or not doing right?)
:banghead:
Simple question, simple problem; hopefully there's a simple answer.
I've set the 'Font Italic' method to 'True' for my 'scientific_name' text box control in a datasheet form. It does not render in italics. I've gone so far as to create an On-Load sub with a single command:
Me.scientific_name.FontItalic = True
The control still does not render in italics. What am I doing wrong (or not doing right?)
:banghead: