PC Review


Reply
Thread Tools Rate Thread

Problem - Radio Buttons

 
 
Bill
Guest
Posts: n/a
 
      6th Jun 2004
Hi,

There are two different frames (Part A and Part B) on the form. I'm try to
figure it out how to reset Radio Button (Part B area) without check when
clicking one of three reports on the radio button (Part A area).

Part A has three different reports and I click one of the reports and
realize that Part B area still has the check mark.

Is there a way to put "REFRESH" after clicking another report so that I see
Part B that has no CHECK.

Right now, I click one of three reports and Part B still has a check. I
just want to clear check after selecting a report.

Your help would be much appreciated.

Thanks


 
Reply With Quote
 
 
 
 
Ken Snell
Guest
Posts: n/a
 
      6th Jun 2004
Use the AfterUpdate event of the Part A frame to set the value of the Part B
frame to Null:

Private Sub PartAFrame_AfterUpdate()
Me.PartBFrame.Value = Null
End If

--

Ken Snell
<MS ACCESS MVP>

"Bill" <(E-Mail Removed)> wrote in message
news:xlswc.46296$(E-Mail Removed)...
> Hi,
>
> There are two different frames (Part A and Part B) on the form. I'm try

to
> figure it out how to reset Radio Button (Part B area) without check when
> clicking one of three reports on the radio button (Part A area).
>
> Part A has three different reports and I click one of the reports and
> realize that Part B area still has the check mark.
>
> Is there a way to put "REFRESH" after clicking another report so that I

see
> Part B that has no CHECK.
>
> Right now, I click one of three reports and Part B still has a check. I
> just want to clear check after selecting a report.
>
> Your help would be much appreciated.
>
> Thanks
>
>



 
Reply With Quote
 
 
 
 
Byron
Guest
Posts: n/a
 
      6th Jun 2004
In the AfterUpdate event of PartA put the following code:
Me.PartB = 0

HTH

Byron
>-----Original Message-----
>Hi,
>
>There are two different frames (Part A and Part B) on

the form. I'm try to
>figure it out how to reset Radio Button (Part B area)

without check when
>clicking one of three reports on the radio button (Part

A area).
>
>Part A has three different reports and I click one of

the reports and
>realize that Part B area still has the check mark.
>
>Is there a way to put "REFRESH" after clicking another

report so that I see
>Part B that has no CHECK.
>
>Right now, I click one of three reports and Part B

still has a check. I
>just want to clear check after selecting a report.
>
>Your help would be much appreciated.
>
>Thanks
>
>
>.
>

 
Reply With Quote
 
Mingqing Cheng [MSFT]
Guest
Posts: n/a
 
      8th Jun 2004
Hi Bill,

I am just checking on your progress regarding the information that was sent
you! Does community members suggestion is sufficent for you?

If you encounter any difficulty, please do not hesitate to let me know.
Please post here and let me know the status of your issue. Without your
further information, it's very hard for me to continue with the
troubleshooting. Looking forward to hearing from you soon.



Sincerely yours,

Mingqing Cheng
Microsoft Online Support
------------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Buttons/Radio Buttons John Calder Microsoft Excel New Users 7 16th May 2008 03:51 AM
ASP.NET Reset Radio Button in a group of Radio Buttons Scott D Johnson Microsoft ASP .NET 1 27th Sep 2006 11:38 PM
Outlook 2007 - HTML radio buttons, submit buttons, text fields... =?Utf-8?B?bWlndWVsaXRvOTI4?= Microsoft Outlook Discussion 2 13th Sep 2006 08:20 PM
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True Mcasteel Microsoft Excel Worksheet Functions 2 29th Oct 2004 07:06 PM
Options Buttons, not Radio Buttons Bob Microsoft Access VBA Modules 1 29th Jul 2004 11:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:52 AM.