A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Need template or "how to" for tracking daily/hourly animal activit



 
 
Thread Tools Display Modes
  #1  
Old December 5th, 2009, 09:37 PM posted to microsoft.public.access.tablesdbdesign
Justin Cox
external usenet poster
 
Posts: 1
Default Need template or "how to" for tracking daily/hourly animal activit

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...
  #2  
Old December 5th, 2009, 09:58 PM posted to microsoft.public.access.tablesdbdesign
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Need template or "how to" for tracking daily/hourly animal activit

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...



  #3  
Old December 6th, 2009, 01: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...



.

  #4  
Old December 6th, 2009, 04:36 PM posted to microsoft.public.access.tablesdbdesign
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Need template or "how to" for tracking daily/hourly animal act

If you only want to allow selecting certain hours, create a table of the
hours and use that table as the row source of a combobox. Same for
temperature.

You aren't going to find any templates for what you want to do!

Steve


"Justin Cox" wrote in message
...
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...



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.