Bill Benson
bensonforums at gmail.com
Tue Aug 5 21:15:40 CDT 2014
I just realize I had a typo (omission) which made me look pretty ignorant. What I meant to write to Steve was that I did not know one could make valid use of NEGATIVE option button values. Of course I knew one could assign values, but I thought they had to be 0-based. Heh Heh, dust off the old Dunce cap, eh? From: Bill Benson [mailto:bensonforums at gmail.com] Sent: Saturday, August 02, 2014 4:21 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] Creating default false in yes/no field Wow Steve, I did not know I could give option buttons values.. This is a useful trick you have given! Very clever! -Bill On Aug 2, 2014 4:13 PM, "Steve Schapel" <steve at datamanagementsolutions.biz <mailto:steve at datamanagementsolutions.biz> > wrote: > > Bill > > You could have saved yourself a bit of trouble here by simply binding the option group to the Yes/No field, and setting the Option Value of the option buttons to -1 and 0. > > No hidden control, no code. > > Regards > Steve >