Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / September 2007

Tip: Looking for answers? Try searching our database.

Automatically filling fields on a form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TomTomRBS - 05 Sep 2007 10:40 GMT
I have a form where the user has to tick a number of boxes to indicate the
audience the data relates to [Location1], [Location2], [ALL]

If the user ticks [ALL] is there a way to automatically tick the [Location1]
and [Location2] boxes?
Wayne-I-M - 05 Sep 2007 11:16 GMT
Private Sub All_AfterUpdate()
If Me.All = -1 Then
Me.Location1 = -1
Me.Location2 = -1
End If
End Sub

Signature

Wayne
Manchester, England.

> I have a form where the user has to tick a number of boxes to indicate the
> audience the data relates to [Location1], [Location2], [ALL]
>
> If the user ticks [ALL] is there a way to automatically tick the [Location1]
> and [Location2] boxes?
TomTomRBS - 11 Sep 2007 13:56 GMT
Thanks Wayne - That worked perfectly!

> Private Sub All_AfterUpdate()
> If Me.All = -1 Then
[quoted text clipped - 8 lines]
> > If the user ticks [ALL] is there a way to automatically tick the [Location1]
> > and [Location2] boxes?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.