View Single Post
  #3  
Old December 6th, 2009, 12:44 AM posted to microsoft.public.access.tablesdbdesign
Justin Cox[_2_]
external usenet poster
 
Posts: 1
Default Need template or "how to" for tracking daily/hourly animal act

is there a way to show which hours, temp, etc?
Any templates that you know of?
--
Thanks
Justin


"Steve" wrote:

How about the following tables:
TblLocation
LocationID
Location

TblAnimalType
AnimalTypeID
AnimalType

TblMoonPhase
MoonPhaseID
MoonPhase

TblWeather
WeatherID
Weather

** You ought to consider breaking this table down to several weather
conditions such as TblPrecipitation which includes None, Raining and
Snowing.

TblObservation
ObservationID
ObservationDate
ObservationTime
LocationID
AnimalTypeID
Temperature
WeatherID
Note

Steve



"Justin Cox" Justin
wrote in message
...
would like to track:
location
date
time
type of animal
temperature
moon phase
weather

i would like to be able to look at a chart to see best times/ temps/
etc...



.