dclem said:
I currently work in excel in multiple spreadsheets and we are looking at
moving to a database program. I know a little bit about access but not much.
Is there a way to link tables together that contain the same information,
where I only have to input the information in one table and it will show up
in the other table?
It's quite a challenge to answer this concisely!
In a way, yes. In a relational database you (classically) store
information just once. There is an art ("normalisation") to dividing
information up cleanly into a number of tables. Records in tables are
uniquely identified by a range of codes ("Primary Key") and tables can
be linked together by storing the primary keys of records from one table
as "foreign keys" in another. You then write "queries" to extract the
linked information you need - these queries, when run, look a lot like
tables themselves.
Access builds upon this by providing forms and reports, and an
underlying programming system (Visual Basic for Applications). It's a
very powerful system and well worth learning - you won't go back to
spreadsheets for storing information.
It's quite a long and steep learning curve. There are plenty of good
books - I liked the Access 2003 bible (haven't got round to installing
my copy of 2007 yet). You might also like to try the very good online
training at lyda.com - see
http://movielibrary.lynda.com/html/modPage.asp?ID=98
or
http://movielibrary.lynda.com/html/modPage.asp?ID=481
- the first few chapters are free to view, and will get you started nicely.
Phil, London