A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Option Group



 
 
Thread Tools Display Modes
  #1  
Old June 28th, 2006, 01:25 PM posted to microsoft.public.access.forms
Gillian
external usenet poster
 
Posts: 39
Default Option Group

Hi!

This is a really silly question which I hope someone can put me straight on.

I have an option group with five possible options. The group is unbound to
any field but is used to run different code depending on the option selected
and then this completes a field. The problem is that when I select an option
in one record, it carries over the same selected option in the next record
but I don't want this to happen for obvious reasons.

Can anyone help please?
  #2  
Old June 28th, 2006, 01:40 PM posted to microsoft.public.access.forms
SusanV
external usenet poster
 
Posts: 399
Default Option Group

In the form's on_current event, reset the option group to your defaults. For
example, if your default is Option 7, and your Option Group is called
Frame0, you would use Me.Frame0.Value = 7
--
hth,
SusanV


"Gillian" wrote in message
...
Hi!

This is a really silly question which I hope someone can put me straight
on.

I have an option group with five possible options. The group is unbound to
any field but is used to run different code depending on the option
selected
and then this completes a field. The problem is that when I select an
option
in one record, it carries over the same selected option in the next record
but I don't want this to happen for obvious reasons.

Can anyone help please?



 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:58 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.