K
Kevin
In a detail subform, the low, high, avg, and other
construction bids are entered. There is a checkbox field
called "AwardedBid". The values from this particular
record are used in several ways throughout the application.
I would like to ensure that one and only one of the
AwardedBid boxes are checked, much like an option group
would for a single record, which I guess means cycling
through the records, and displaying a message to the user
and not allowing them to exit the subform until one and
only one is checked.
Valid data should look something like:
LOW $15,000,000 $220/SF AwardedBid = True
HI $18,000,000 $264/SF AwardedBid = False
AVG $16,500,000 $242/SF AwardedBid = False
Thanks for any input on implementing this.
Kevin
construction bids are entered. There is a checkbox field
called "AwardedBid". The values from this particular
record are used in several ways throughout the application.
I would like to ensure that one and only one of the
AwardedBid boxes are checked, much like an option group
would for a single record, which I guess means cycling
through the records, and displaying a message to the user
and not allowing them to exit the subform until one and
only one is checked.
Valid data should look something like:
LOW $15,000,000 $220/SF AwardedBid = True
HI $18,000,000 $264/SF AwardedBid = False
AVG $16,500,000 $242/SF AwardedBid = False
Thanks for any input on implementing this.
Kevin