
Signature
Duane Hookom
MS Access MVP
what kind of query do I use to combine them (when needed)? I have been
trying to work on a update query and a append query but keep running into
problems (this is when trying to merge 2 tables into 1 main table).
Ultimately the data which I want to have in 1 table, changes everyday since
it is statistics. And I would like to have it dumped into 1 main table when
I run the appropriate query(s) so that I can base my statistical queries off
1 table, and base all my forms and reports off the same.
Maybe my db layout is poor, I would ultimately have a table for batting
stats, a table for pitching stats, a table for field stats, and table for
general info about each player (ie. college, draft year etc....)
Any suggestions would be appreciated,
_Bigred
> Leave the information in three tables and combine them with a query when
> needed.
[quoted text clipped - 25 lines]
>> TIA,
>> _Bigred
Duane Hookom - 20 May 2005 05:03 GMT
Look up Select Query in Help.
Do you have any tables yet?
I would not create tables with duplicate information.

Signature
Duane Hookom
MS Access MVP
> what kind of query do I use to combine them (when needed)? I have been
> trying to work on a update query and a append query but keep running into
[quoted text clipped - 42 lines]
>>> TIA,
>>> _Bigred