is there a ttemplate creating my own database of information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a database of my personal information for class. What do you
suggest I use?
 
Hi Jackie,

Use Access, and follow the create table wizards to create your personal
tables, then the create form wizards to display your information from the
created tables on forms... that should be enough for your own personal use!!

Damian.
 
I need to create a database of my personal information for class. What do you
suggest I use?

Since we have no way of knowing what you consider "personal
information"... no.

Identify the Entities that you want to track (people, perhaps?)

Identify the Attributes of those entities - if it's people, perhaps
LastName, FirstName, MiddleName, DateOfBirth (not age, since it can
and should be calculated), and whatever else you want that they're
willing to provide. Create a table with those fields.


John W. Vinson[MVP]
 
Could you clarify what you mean by "a database of my personal information
for class"?

If someone asked me for my "personal information", I might use a text
processor, a word processor, a spreadsheet, a "personal information
application" program, or a database, depending on what was wanted -- and it
is not obvious from what you wrote.

Larry Linson
Microsoft
 
Back
Top