Yes/No field display options?

P

PatrickM

Can a Yes/No field display data in any format other than check/no check? Can
it display Yes/No or -1/0?

Thanks,
Patrick
 
M

Marshall Barton

PatrickM said:
Can a Yes/No field display data in any format other than check/no check? Can
it display Yes/No or -1/0?


Sure, if you bind a text box to the y/n field. There are a
couple of predefined formats for that or you can create your
own custom format. See Format Property in VBA Help for
details.
 
Top