PC Review


Reply
Thread Tools Rate Thread

Delete Info. - Access 2003

 
 
=?Utf-8?B?QmVsbGFkb25uYQ==?=
Guest
Posts: n/a
 
      18th May 2006
In the Access database that I am working in there is a Column which states
"Attendance 2006". This column is used to determine the attendance for over
400 people. When the column was made the creator put check boxes in each row
for possible attendees. When the check boxes were converted to text all of
the rows (that had the check boxes) under "Attendance 2006" stated "no". I
have been trying to do mass deletions of all 400 "no" but, can't figure out a
way to do it (there is no cut, delete, etc. when you right click the
selection you would like to delete). If anyone could help me with this it
would be much appreciated...
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      18th May 2006
Use a Delete query.

Go into the query builder and select New.

Drag the table in question into the space at the top, and drag the
Attendance 2006 field into the grid.

Put "No" as a criteria under that field (why, by the way, did you convert
from the checkbox to text?)

Run the query to make sure you get all 400 rows you're expecting.

Assuming you do, select Delete Query from the Query menu to convert that
query into a Delete query. Click on the exclamation point on the tool bar to
run it.

There's probably no need to save the query once you've run it.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Belladonna" <(E-Mail Removed)> wrote in message
news:5333271D-0525-4D8F-AF1E-(E-Mail Removed)...
> In the Access database that I am working in there is a Column which states
> "Attendance 2006". This column is used to determine the attendance for
> over
> 400 people. When the column was made the creator put check boxes in each
> row
> for possible attendees. When the check boxes were converted to text all
> of
> the rows (that had the check boxes) under "Attendance 2006" stated "no".
> I
> have been trying to do mass deletions of all 400 "no" but, can't figure
> out a
> way to do it (there is no cut, delete, etc. when you right click the
> selection you would like to delete). If anyone could help me with this it
> would be much appreciated...



 
Reply With Quote
 
=?Utf-8?B?QmVsbGFkb25uYQ==?=
Guest
Posts: n/a
 
      19th May 2006
Hi Doug,

Thank you for the response. When I go into the query builder and select
"new" I am given multiple options for the type of query I want to run:
Design, Crosstab, Matched, Unmatched, and Simple. What type of query do I
need to select?

Thanks.

"Douglas J. Steele" wrote:

> Use a Delete query.
>
> Go into the query builder and select New.
>
> Drag the table in question into the space at the top, and drag the
> Attendance 2006 field into the grid.
>
> Put "No" as a criteria under that field (why, by the way, did you convert
> from the checkbox to text?)
>
> Run the query to make sure you get all 400 rows you're expecting.
>
> Assuming you do, select Delete Query from the Query menu to convert that
> query into a Delete query. Click on the exclamation point on the tool bar to
> run it.
>
> There's probably no need to save the query once you've run it.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Belladonna" <(E-Mail Removed)> wrote in message
> news:5333271D-0525-4D8F-AF1E-(E-Mail Removed)...
> > In the Access database that I am working in there is a Column which states
> > "Attendance 2006". This column is used to determine the attendance for
> > over
> > 400 people. When the column was made the creator put check boxes in each
> > row
> > for possible attendees. When the check boxes were converted to text all
> > of
> > the rows (that had the check boxes) under "Attendance 2006" stated "no".
> > I
> > have been trying to do mass deletions of all 400 "no" but, can't figure
> > out a
> > way to do it (there is no cut, delete, etc. when you right click the
> > selection you would like to delete). If anyone could help me with this it
> > would be much appreciated...

>
>
>

 
Reply With Quote
 
Douglas J Steele
Guest
Posts: n/a
 
      19th May 2006
Design.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Belladonna" <(E-Mail Removed)> wrote in message
news:94108DBA-5B9B-4B84-B81C-(E-Mail Removed)...
> Hi Doug,
>
> Thank you for the response. When I go into the query builder and select
> "new" I am given multiple options for the type of query I want to run:
> Design, Crosstab, Matched, Unmatched, and Simple. What type of query do I
> need to select?
>
> Thanks.
>
> "Douglas J. Steele" wrote:
>
> > Use a Delete query.
> >
> > Go into the query builder and select New.
> >
> > Drag the table in question into the space at the top, and drag the
> > Attendance 2006 field into the grid.
> >
> > Put "No" as a criteria under that field (why, by the way, did you

convert
> > from the checkbox to text?)
> >
> > Run the query to make sure you get all 400 rows you're expecting.
> >
> > Assuming you do, select Delete Query from the Query menu to convert that
> > query into a Delete query. Click on the exclamation point on the tool

bar to
> > run it.
> >
> > There's probably no need to save the query once you've run it.
> >
> > --
> > Doug Steele, Microsoft Access MVP
> > http://I.Am/DougSteele
> > (no private e-mails, please)
> >
> >
> > "Belladonna" <(E-Mail Removed)> wrote in message
> > news:5333271D-0525-4D8F-AF1E-(E-Mail Removed)...
> > > In the Access database that I am working in there is a Column which

states
> > > "Attendance 2006". This column is used to determine the attendance

for
> > > over
> > > 400 people. When the column was made the creator put check boxes in

each
> > > row
> > > for possible attendees. When the check boxes were converted to text

all
> > > of
> > > the rows (that had the check boxes) under "Attendance 2006" stated

"no".
> > > I
> > > have been trying to do mass deletions of all 400 "no" but, can't

figure
> > > out a
> > > way to do it (there is no cut, delete, etc. when you right click the
> > > selection you would like to delete). If anyone could help me with

this it
> > > would be much appreciated...

> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?QmVsbGFkb25uYQ==?=
Guest
Posts: n/a
 
      19th May 2006
Thanks!

"Douglas J Steele" wrote:

> Design.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Belladonna" <(E-Mail Removed)> wrote in message
> news:94108DBA-5B9B-4B84-B81C-(E-Mail Removed)...
> > Hi Doug,
> >
> > Thank you for the response. When I go into the query builder and select
> > "new" I am given multiple options for the type of query I want to run:
> > Design, Crosstab, Matched, Unmatched, and Simple. What type of query do I
> > need to select?
> >
> > Thanks.
> >
> > "Douglas J. Steele" wrote:
> >
> > > Use a Delete query.
> > >
> > > Go into the query builder and select New.
> > >
> > > Drag the table in question into the space at the top, and drag the
> > > Attendance 2006 field into the grid.
> > >
> > > Put "No" as a criteria under that field (why, by the way, did you

> convert
> > > from the checkbox to text?)
> > >
> > > Run the query to make sure you get all 400 rows you're expecting.
> > >
> > > Assuming you do, select Delete Query from the Query menu to convert that
> > > query into a Delete query. Click on the exclamation point on the tool

> bar to
> > > run it.
> > >
> > > There's probably no need to save the query once you've run it.
> > >
> > > --
> > > Doug Steele, Microsoft Access MVP
> > > http://I.Am/DougSteele
> > > (no private e-mails, please)
> > >
> > >
> > > "Belladonna" <(E-Mail Removed)> wrote in message
> > > news:5333271D-0525-4D8F-AF1E-(E-Mail Removed)...
> > > > In the Access database that I am working in there is a Column which

> states
> > > > "Attendance 2006". This column is used to determine the attendance

> for
> > > > over
> > > > 400 people. When the column was made the creator put check boxes in

> each
> > > > row
> > > > for possible attendees. When the check boxes were converted to text

> all
> > > > of
> > > > the rows (that had the check boxes) under "Attendance 2006" stated

> "no".
> > > > I
> > > > have been trying to do mass deletions of all 400 "no" but, can't

> figure
> > > > out a
> > > > way to do it (there is no cut, delete, etc. when you right click the
> > > > selection you would like to delete). If anyone could help me with

> this it
> > > > would be much appreciated...
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2003 to Word 2003 merge with nested info James Microsoft Access External Data 8 28th May 2009 10:36 AM
Access 2003 to Word 2003 merge with nested info James Microsoft Access External Data 0 27th May 2009 04:31 PM
Access 2000 Delete Field info after a comma =?Utf-8?B?RnJhbmtTcG9rYW5l?= Microsoft Access VBA Modules 6 26th Oct 2006 05:13 PM
Linking Outlook 2003 to Access 2003 Task Info Missing taranbuckley@hotmail.com Microsoft Access External Data 0 21st Sep 2006 07:17 PM
How do I delete all information from Outlook 2003? blank! no info =?Utf-8?B?Ym9tYmVyag==?= Microsoft Outlook Discussion 2 30th Jan 2006 07:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:39 PM.