Microsoft Access Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft Access Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old February 23rd, 2005, 10:48 PM
ranbir singh ranbir singh is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 24 ranbir singh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 20 m 18 sec
Reputation Power: 0
how to make disabling and enabling of radio button linked with each other

I have created a form with so many fields

Resume Evaluation
O resume received
O resume evaluated
O rejected outright
O call him for phone interview
_____________________
Phone Interview Evaluation
O Interviewed by Phone
O rejected after phone interview
O call him for technical test
______________________


O technical test done
O technical test evaluation form completed
O accepted technical test
O rejected technical test
O call him for face to face interview
_______________________

O etc etc etc etc


What i want is that if rejected outright (in the first para) is clicked... the rest of the radio buttons becomes inactive.
If the call him for phone interview is clicked then only the phone interview evaluation forms radio buttons shows up (not yet clicked, but in active state) rest of the forms still disabled.
same way if called him for technical test is clicked then technical test evaluation forms should get active but still not clicked... and rest of theform disabled.

same way the process should goon for the rest of the form

Please help me with coding and how to do the same inthe backend

ranbir

Reply With Quote
  #2  
Old February 24th, 2005, 08:13 AM
Mr_Jones Mr_Jones is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 20 Mr_Jones User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 15 m 34 sec
Reputation Power: 0
Are they individual radio buttons or are they grouped? If they are separate then you can do an onclick event for the control that effect the others.

For instance, if you're not sure what I mean....

Private Sub Radio1_OnClick()
If me.Radio1 = true then
me.Radio2.enabled = false
me.Radio2 = false
Else
me.Radio2.enabled = true
end if

End Sub

If you are grouping them then you refer to the group control and test the value in the OnClick event.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft Access Development > how to make disabling and enabling of radio button linked with each other


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway