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  

Toggle help



 
 
Thread Tools Display Modes
  #1  
Old April 23rd, 2008, 07:01 PM posted to microsoft.public.access.forms
Superfuzz
external usenet poster
 
Posts: 2
Default Toggle help

I'm stuck. Trying to create a toggle button on a form that will enter a
specific value into a field on a table when clicked.

Example: Field on table is automobile makers. I want a click on the toggle
button (captioned as FORD) on the form to record Ford. I

s there a way to set the value so a the onclick enters this data in the table?


Any help is greatly appreciated. Thanks!

  #2  
Old April 23rd, 2008, 07:24 PM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Toggle help

Yes, but ... why?

If you have a form that has one button for each auto maker, then won't you
have to modify that form (and any underlying queries, reports, etc.) when
you have a new auto maker (or an old one declares bankruptcy)?

Another approach would be to use a combobox that lists all available
automakers (from a tlkpAutoMaker table), then bind the control to a field
that captures the AutoMaker. This way, when you need to change/add an auto
maker, you just do it on the tlkpAutoMaker table.

Regards

Jeff Boyce
Microsoft Office/Access MVP


"Superfuzz" u43125@uwe wrote in message news:831e6385bb0b7@uwe...
I'm stuck. Trying to create a toggle button on a form that will enter a
specific value into a field on a table when clicked.

Example: Field on table is automobile makers. I want a click on the
toggle
button (captioned as FORD) on the form to record Ford. I

s there a way to set the value so a the onclick enters this data in the
table?


Any help is greatly appreciated. Thanks!



  #3  
Old April 23rd, 2008, 07:48 PM posted to microsoft.public.access.forms
Superfuzz
external usenet poster
 
Posts: 2
Default Toggle help

Thanks for your feedback.

Yes I could a ComboBox and the problem would be solved. However I'm trying
to make the form 100% visual and without text. My toggle button has a photo
of a Ford car.

Best regards,
SF



Jeff Boyce wrote:
Yes, but ... why?

If you have a form that has one button for each auto maker, then won't you
have to modify that form (and any underlying queries, reports, etc.) when
you have a new auto maker (or an old one declares bankruptcy)?

Another approach would be to use a combobox that lists all available
automakers (from a tlkpAutoMaker table), then bind the control to a field
that captures the AutoMaker. This way, when you need to change/add an auto
maker, you just do it on the tlkpAutoMaker table.

Regards

Jeff Boyce
Microsoft Office/Access MVP

I'm stuck. Trying to create a toggle button on a form that will enter a
specific value into a field on a table when clicked.

[quoted text clipped - 7 lines]

Any help is greatly appreciated. Thanks!


  #4  
Old April 23rd, 2008, 10:55 PM posted to microsoft.public.access.forms
Ron2006
external usenet poster
 
Posts: 936
Default Toggle help

Assuming your user is into cars and recognizes a Ford from a Dodge. If
they are getting the information off of a form that is printed you
will have better results having them in a very simplistic sense
matching letters then trying to match letters with a picture of an
auto that in a while will be out or date or not match exactly with the
model of the car.

If you are bound and determined to use a picture then use the Ford
logo rather than a particular model. It will make your training
easier.

Ron
  #5  
Old April 24th, 2008, 06:32 PM posted to microsoft.public.access.forms
Superfuzz via AccessMonster.com
external usenet poster
 
Posts: 1
Default Toggle help

Thanks all for explaining several reasons why I probably shouldn't do this.
However unsound my request may seem I still would like to know how I could
accomplish this. If anyone has a solution to how I could make the toggles
i'm discribing for my 100% visual form I'd be very appreciative. I've
already spent a lot of time try to make it work myself and I'm getting no
where.

Best regards,
Ron2006 wrote:
Assuming your user is into cars and recognizes a Ford from a Dodge. If
they are getting the information off of a form that is printed you
will have better results having them in a very simplistic sense
matching letters then trying to match letters with a picture of an
auto that in a while will be out or date or not match exactly with the
model of the car.

If you are bound and determined to use a picture then use the Ford
logo rather than a particular model. It will make your training
easier.

Ron


--
Message posted via http://www.accessmonster.com

 




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 03:38 PM.


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