As the previous reply stated, you can't. You can however do something like;
make the checkbox a text box looks like a checkbox, sunken with whitebackground, font = arial, 8, bold.
In properties, make the name = txtCheckBox
Then assign the following code the the click event;
Private Sub...
The default regional settings on your machine may be the source of your 'madness'...
Get the Form, Table and function that returns a date to use the same format (Short Date).
On your form, ensure the Format of the control displaying the date is Short Date via Properties, Format, Format...
I have a problem controlling combobox behaviour inside a tab control.
I thought I'd make life easier for the users so when they click on or tab into the control, the dropdown appears. I set the combobox gotfocus event to trigger the dropdown method, i.e;
Private Sub cboCity_GotFocus()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.