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 / June 2007

Tip: Looking for answers? Try searching our database.

Tick all Boxes

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
News - 15 Jun 2007 04:51 GMT
I have a database that I have imported from other sources. One of the
columns I have created has a data type Yes/No with a tick box (I am in
datasheet view of a table). Is there an easy way to tick every box other
then ticking on each individual one. (I have 2418 records)

Thanks

Signature

Dan Field
(Surveyor)

Allen Browne - 15 Jun 2007 05:50 GMT
Use an Update row to set the yes/no field to Yes for all records:

1. Create a query using this table.

2. Change it to an Update query (Update on Query menu.)
Access adds an Update row to the grid.

3. Drag the yes/no field into the grid.
In the Update row under this field, enter:
   True

4. Run the query.

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

>I have a database that I have imported from other sources. One of the
> columns I have created has a data type Yes/No with a tick box (I am in
> datasheet view of a table). Is there an easy way to tick every box other
> then ticking on each individual one. (I have 2418 records)
>
> Thanks
 
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



©2008 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.