Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Big Check Toggle in ContForm
Justin Bambury 
     
3 years ago
Hello all!
Is it possible to have the customized toggle button check marks that you had on the single form in the Big Check Mark Video, work on a continuous form? Or is there another way to accomplish this? I was able to get them to show up on the form but they did not reflect the data.  I am working with an old version of access so I am fine with an "X" in the box, not looking for fancy, just bigger (10-12pt). On a side note, the practice database where I copy your examples is called "RostInSpaceBase9".
Scott Axton  @Reply  
        
3 years ago
See my solution in this post,  I'm not aware of anyone else coming up with something better.

Lg Ck Box on Continuous Forms
John Davy  @Reply  
         
3 years ago
Hi Justin

This works for me.

A field MARK in the tab;e

put Mark on the continuous form

A TextBox Showchk on the form
control source =IIf([mark]=True,Chr(252)," ")

Private Sub Form_AfterUpdate()
Me.Refresh
End Sub

Private Sub Showchk_AfterUpdate()
Me.Refresh
End Sub

   Private Sub Showchk_Click()
      [Mark] = Not ([Mark])
      'Me.Showchk.SetFocus
       Me.Showchk.SelStart = 0
       Me.Showchk.SelStart = Len(Me.Showchk)
       Me.Refresh
   End Sub
I have a screen clip of the continuous form but can't load it here.

HTH  John
John Davy  @Reply  
         
3 years ago
Hi Justin
Font is Wingdings
John
Gregory Clancey  @Reply  
    
3 years ago
"ROSTINSPACE" !! Ha ha!

Since you asked me. . .
I have my own trick. I add a ShortText Field to the table to which my Form is bound in addition to the Yes/No Field (boolean) which, of course, is bound to the standard Access CheckBox control.

________
Note: Wingdings chr(252) is a checque mark (displays in other fonts as "'")
When the Boolean field is "Yes" this ShortTex field contains "'" [ chr(252) ]. When "No", the Field is empty (Null).  I set this at an Event Trigger, as named below.
This TextBox is formatted -- font: Wingdings, colour: Green, size: 15pt. All other Form Fields are Black and 13pt, Bahnschrift Condensed.
------------

My continuous Forms include BOTH the CheckBox AND the ShortTextBox controls in the repeating Detail row; however, the CheckBox is "Visible = False" on open and becomes "Visible = True" only when the tab order places the focus in the field preceeding it (_GotFocus). After entering data for this preceeding Field the cursor then moves to the now visible CheckBox control where I can set its state (I find toggling the SpaceBar the most convinient for this).

When the CheckBox's Boolean Field is set to "True", the ShortText Field is made "'" via VBA. Where "False", it's returned to Null.
Finally, as the CheckBox control loses focus, it becomes "Visible=False".

This makes the paultry,  default CheckBox  control display only briefly, but, in the Wingding's Field, a Green chequemark permanently displays for those items so marked or is blank for all other records.

No tiny CheckBox control is seen at all and rows marked with the Green chequemark tend to stand out more prominently.
Gregory Clancey  @Reply  
    
3 years ago
Note on my message:
The Windings chequemark character [chr(252)] displays in most other fonts as a "u" topped with the German umlaut.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/6/2026 2:40:49 PM. PLT: 0s