Form in datasheet mode : name of textbox is caption of column ???

Guillaume777

Registered User.
Local time
Yesterday, 22:32
Joined
May 4, 2006
Messages
23
My form is in datasheet mode.

One of the textbox is called txtHours

When I access the form the column caption is "txtHours" !

As you can expect it looks ugly.

So to get a decent caption like "Hours" I am forced to set my textbox name to "Hours" !

As you can expect it goes against my coding standard to do that.

Beside I want the caption of some textboxes to include some non-standard letters such as `é' è' '!' ' ' etc. and if I put those in the textbox name it ruins the visual basic code !
 
Apparently I need to fuse the textbox with a label but how can I do that
 

Users who are viewing this thread

Back
Top Bottom