A family of Microsoft relational database management systems designed for ease of use.
Hi there,
here are some properties you may wanna use:
Me.cmdButton.FontBold = True
Me.cmdButton.Caption = "This is a Button"
Me.cmdButton.ForeColor = vbBlue
Me.cmdButton.FontSize = 16
Me.cmdButton.FontUnderline = True
Here the BackColor, in case you´re going to move to Access2010
Me.cmdButton.BackColor = vbRed 'works with Access 2010 only!
Cheers Jörn Bosse, Microsoft Student Partner