yippie_ky_yay
Registered User.
- Local time
- Today, 07:07
- Joined
- Jul 30, 2002
- Messages
- 338
Hello Board,
I have taken VB classes, but Access is still pretty new to me. I was wondering if someone could help me with the following:
I have a Personal_Info table and a Group_Info table. Not all people belong to a group, so in my data entry form I have a frame with two option buttons (yes and no) to indicate that they are a group member. The data I'm using is the result of an outer join, so if the "group_name" field is blank, the person does not belong to a group and I would therefore like the "no" option button to be set as a result.
I am familiar with SQL as well - I realise that I will need to create a query that will ask something like:
Select...WHERE (((GROUP_TABLE.GROUP_NAME) Is Not Null));
but my main problems are where to put it in the option button!?!
Any help would be much appreciated!
-Sean
I have taken VB classes, but Access is still pretty new to me. I was wondering if someone could help me with the following:
I have a Personal_Info table and a Group_Info table. Not all people belong to a group, so in my data entry form I have a frame with two option buttons (yes and no) to indicate that they are a group member. The data I'm using is the result of an outer join, so if the "group_name" field is blank, the person does not belong to a group and I would therefore like the "no" option button to be set as a result.
I am familiar with SQL as well - I realise that I will need to create a query that will ask something like:
Select...WHERE (((GROUP_TABLE.GROUP_NAME) Is Not Null));
but my main problems are where to put it in the option button!?!
Any help would be much appreciated!
-Sean
Last edited: