Re: Option group Question
- From: "Randy Harris" <randy@xxxxxxxxxxxx>
- Date: Sun, 20 Nov 2005 03:16:15 GMT
"PC Datasheet" <nospam@xxxxxxxxxxx> wrote in message
news:eMRff.608$aA2.573@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Put the following code in the AfterUpdate event of your option group:
> If Me!NameOfOptionGroup = 1 Then
> Me!Male = "X"
> Me!Female = Null
> Else
> Me!Female = "X"
> Me!Male = Null
> End If
>
> --
> PC Datasheet
> Your Resource For Help With Access, Excel And Word Applications
> resource@xxxxxxxxxxxxxxx
> www.pcdatasheet.com
>
A quick note to anyone reading this message thread. This newsgroup is an
excellent resource for getting help with your Access projects. If you feel
the need, however, to seek professional help, I strongly advise that you not
consider hiring this PC Datasheet character. Steve is a bright kid but is
totally unprofessional. There are literally hundreds of competent Access
consultants available. Many post regularly in this newsgroup, others can
easily be located by googling or visiting guru.com.
.
- Follow-Ups:
- Re: Option group Question
- From: PC Datasheet
- Re: Option group Question
- References:
- Option group Question
- From: jeremy0028
- Re: Option group Question
- From: PC Datasheet
- Option group Question
- Prev by Date: Re: Page setup
- Next by Date: Re: A97 vs.A2003
- Previous by thread: Re: Option group Question
- Next by thread: Re: Option group Question
- Index(es):
Relevant Pages
|