PC Review


Reply
Thread Tools Rate Thread

How can I save a blank version of an existing Access database?

 
 
=?Utf-8?B?emFwc3Bhbg==?=
Guest
Posts: n/a
 
      18th May 2006
I recently created an Access database for student attendance at a language
lab. Now that the semester is over, I would like to reuse the same database
structure but start fresh with no data contained in the database. I'm sure I
could just go in and delete all of the individual records in a copy of a the
original (which I intend to save separately), but is there a way to directly
create a blank database with my original db structure/template?

Thanks.
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      18th May 2006
I'm not understanding...

Why would you need to "empty" out a database before using it for a second
semester?

(and yes, you can import "structure only" into a new empty .mdb file)

Regards

Jeff Boyce
Microsoft Office/Access MVP

"zapspan" <(E-Mail Removed)> wrote in message
news:EBCC1B15-7784-4977-961C-(E-Mail Removed)...
>I recently created an Access database for student attendance at a language
> lab. Now that the semester is over, I would like to reuse the same
> database
> structure but start fresh with no data contained in the database. I'm
> sure I
> could just go in and delete all of the individual records in a copy of a
> the
> original (which I intend to save separately), but is there a way to
> directly
> create a blank database with my original db structure/template?
>
> Thanks.



 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      18th May 2006
zapspan wrote:
> I recently created an Access database for student attendance at a
> language lab. Now that the semester is over, I would like to reuse
> the same database structure but start fresh with no data contained in
> the database. I'm sure I could just go in and delete all of the
> individual records in a copy of a the original (which I intend to
> save separately), but is there a way to directly create a blank
> database with my original db structure/template?
>
> Thanks.


As Jeff indicated you may want to keep your data and continue. Unless
you have a lot more individuals that would seem likely, Access can handle
years of data without deleting any of it.

Just add a new field. Maybe call it semester and update the current
records with something like 2006-1 using an update query. When done with
that make 2006-2 the default value so all new entries will be created with
the new semester indicator. Just filter your data to display only the
current semester information. You will still be able to go back and display
the old data if you like.

Note: This sounds like you may want to look into normalizing data. For
example, if you don't already have it done, you may want a student table
with information about the student, name, address etc. Then another table
for attendance or grades or whatever you are recording.

--
Joseph Meehan

Dia duit


 
Reply With Quote
 
=?Utf-8?B?emFwc3Bhbg==?=
Guest
Posts: n/a
 
      18th May 2006
Hi Jeff.

Thanks for replying.

Well, I only like to have a particular semester's worth of attendance data
in a particular database. We will probably never go back and re-use data
from previous semesters. How do I save a "new empty .mdb file"?

Thanks,
Mike

"Jeff Boyce" wrote:

> I'm not understanding...
>
> Why would you need to "empty" out a database before using it for a second
> semester?
>
> (and yes, you can import "structure only" into a new empty .mdb file)
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "zapspan" <(E-Mail Removed)> wrote in message
> news:EBCC1B15-7784-4977-961C-(E-Mail Removed)...
> >I recently created an Access database for student attendance at a language
> > lab. Now that the semester is over, I would like to reuse the same
> > database
> > structure but start fresh with no data contained in the database. I'm
> > sure I
> > could just go in and delete all of the individual records in a copy of a
> > the
> > original (which I intend to save separately), but is there a way to
> > directly
> > create a blank database with my original db structure/template?
> >
> > Thanks.

>
>
>

 
Reply With Quote
 
=?Utf-8?B?emFwc3Bhbg==?=
Guest
Posts: n/a
 
      18th May 2006
Dear Joseph,

Thank you for this helpful input.

Your idea about keeping all of the data in the same database sounds
intriguing, but it seems easier to me, perhaps given my low level of
experience with Access, to simply keep each semester's attendance data
separate. We virtually never go back and look at previous semester's data
(we use the data at the end of the semester to give reports to instructors,
and that's about it), so I prefer to just have each semester's data in a
separate database.

Thanks anyways, though.

Sincerely,
Mike

"Joseph Meehan" wrote:

> zapspan wrote:
> > I recently created an Access database for student attendance at a
> > language lab. Now that the semester is over, I would like to reuse
> > the same database structure but start fresh with no data contained in
> > the database. I'm sure I could just go in and delete all of the
> > individual records in a copy of a the original (which I intend to
> > save separately), but is there a way to directly create a blank
> > database with my original db structure/template?
> >
> > Thanks.

>
> As Jeff indicated you may want to keep your data and continue. Unless
> you have a lot more individuals that would seem likely, Access can handle
> years of data without deleting any of it.
>
> Just add a new field. Maybe call it semester and update the current
> records with something like 2006-1 using an update query. When done with
> that make 2006-2 the default value so all new entries will be created with
> the new semester indicator. Just filter your data to display only the
> current semester information. You will still be able to go back and display
> the old data if you like.
>
> Note: This sounds like you may want to look into normalizing data. For
> example, if you don't already have it done, you may want a student table
> with information about the student, name, address etc. Then another table
> for attendance or grades or whatever you are recording.
>
> --
> Joseph Meehan
>
> Dia duit
>
>
>

 
Reply With Quote
 
=?Utf-8?B?R2luYQ==?=
Guest
Posts: n/a
 
      18th May 2006
Make a copy of your database. In the copy - create a 'Delete' query for each
of the tables 'databases' that you need to empty in order to start over
fresh. After saving the 'Delete Query' - run it. EVERYTHING in your tables
'databases' will be gone, leaving only the structure behind.

Hope this helps.
--
Gina


"zapspan" wrote:

> Dear Joseph,
>
> Thank you for this helpful input.
>
> Your idea about keeping all of the data in the same database sounds
> intriguing, but it seems easier to me, perhaps given my low level of
> experience with Access, to simply keep each semester's attendance data
> separate. We virtually never go back and look at previous semester's data
> (we use the data at the end of the semester to give reports to instructors,
> and that's about it), so I prefer to just have each semester's data in a
> separate database.
>
> Thanks anyways, though.
>
> Sincerely,
> Mike
>
> "Joseph Meehan" wrote:
>
> > zapspan wrote:
> > > I recently created an Access database for student attendance at a
> > > language lab. Now that the semester is over, I would like to reuse
> > > the same database structure but start fresh with no data contained in
> > > the database. I'm sure I could just go in and delete all of the
> > > individual records in a copy of a the original (which I intend to
> > > save separately), but is there a way to directly create a blank
> > > database with my original db structure/template?
> > >
> > > Thanks.

> >
> > As Jeff indicated you may want to keep your data and continue. Unless
> > you have a lot more individuals that would seem likely, Access can handle
> > years of data without deleting any of it.
> >
> > Just add a new field. Maybe call it semester and update the current
> > records with something like 2006-1 using an update query. When done with
> > that make 2006-2 the default value so all new entries will be created with
> > the new semester indicator. Just filter your data to display only the
> > current semester information. You will still be able to go back and display
> > the old data if you like.
> >
> > Note: This sounds like you may want to look into normalizing data. For
> > example, if you don't already have it done, you may want a student table
> > with information about the student, name, address etc. Then another table
> > for attendance or grades or whatever you are recording.
> >
> > --
> > Joseph Meehan
> >
> > Dia duit
> >
> >
> >

 
Reply With Quote
 
Joseph Meehan
Guest
Posts: n/a
 
      18th May 2006
zapspan wrote:
> Dear Joseph,
>
> Thank you for this helpful input.
>
> Your idea about keeping all of the data in the same database sounds
> intriguing, but it seems easier to me, perhaps given my low level of
> experience with Access, to simply keep each semester's attendance data
> separate. We virtually never go back and look at previous semester's
> data (we use the data at the end of the semester to give reports to
> instructors, and that's about it), so I prefer to just have each
> semester's data in a separate database.
>
> Thanks anyways, though.
>
> Sincerely,
> Mike


Think about it. It is not as difficult as it may sound and it can be
very handy. It is the "proper" way of doing it.


--
Joseph Meehan

Dia duit


 
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
How do I save an existing database to a new name? =?Utf-8?B?TG9yaW9jb24=?= Microsoft Access 2 27th Apr 2006 07:54 PM
save existing database as template =?Utf-8?B?Sm9yZ2llIEJvaQ==?= Microsoft Access Getting Started 2 12th May 2005 09:35 AM
How do I make a blank copy of an existing access database? =?Utf-8?B?SGl3ZWV0aWU=?= Microsoft Access External Data 1 1st Apr 2005 10:27 PM
How do I save a database as a stand alone version =?Utf-8?B?QWxsYW4=?= Microsoft Access 1 27th Oct 2004 04:25 PM
Designing database in new version of Access and converting to previous version =?Utf-8?B?UldhdHNvbg==?= Microsoft Access Database Table Design 1 13th Dec 2003 02:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:05 AM.