dbTalk Databases Forums  

fields?

comp.databases.ms-access comp.databases.ms-access


Discuss fields? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wade
 
Posts: n/a

Default fields? - 01-07-2005 , 12:32 PM






Can this be done? Please help!!!!
Jan105 H2O Temp 9am H2O Reading 3pm Do Reading 8am Do reading 3pm
Mortality#
Jan202 Same headings--------->
Jan305 Same headings--------->

How do you set this up for a month and be able to add or delete
headings with out jumbling info. Can you do this for the whole year in
one table or is it better to use a table foe each month and cross
reference?

Reply With Quote
  #2  
Old   
PC Datasheet
 
Posts: n/a

Default Re: fields? - 01-07-2005 , 01:48 PM






Start with this table:
TblWasteWater
WasteWaterID
SampleDate
H2OTemp9AM
H2OReading3PM
DOReading8AM
DOReading3PM
MortalityNum

You can use this one table for all days, months and years!

To report the data, create a crosstab query based on the above table.
Instead of including SampleDate in the query, put the following expression
in a blank field of the query:
DateSampleTaken:Format([SampleDate],"Medium")

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource (AT) pcdatasheet (DOT) com
www.pcdatasheet.com



"Wade" <mcgowanl (AT) auracom (DOT) com> wrote

Quote:
Can this be done? Please help!!!!
Jan105 H2O Temp 9am H2O Reading 3pm Do Reading 8am Do reading 3pm
Mortality#
Jan202 Same headings---------
Jan305 Same headings---------

How do you set this up for a month and be able to add or delete
headings with out jumbling info. Can you do this for the whole year in
one table or is it better to use a table foe each month and cross
reference?



Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.