I would like help on how to transform a table from one format to another, for a Tide Table.
The classic (and desirable) format for Tide Tables can be seen in this example, which is supposed to be viewed on one line:
March 20, 2002 - 1:23am High - 7:45am Low - 1:56pm High - 8:02pm Low
In the above example, the first high tide of the day is at 1:23 am, the last low tide is at 8:02 pm. People are used to seeing the data on one line. Please note that as often as not, the first tide of the day will be a low tide, and that on some days there are only three tides all day (and on very rare occasions, there are five).
Currently, my data is in this form, taking up four separate lines for the typical, four-tide day:
DATE - TIME - TIDE TYPE
March 20, 2002 - 1:23am - High
March 20, 2002 - 7:45am - Low
March 20, 2002 - 1:56pm - High
March 20, 2002 - 8:02pm - Low
(The data actually start out as a long date format with just two fields per line, the tide's date-and-time and the type of tide; but I can get it to this stage.)
I have been struggling for the last several weeks to learn Access, and to get my data into the classic one-line Tide Table form.
Can anyone help me? I do not know SQL, and would like to learn; but I would also like to use the Design View so I can see what I should be doing.
Thanks!
-- Hickory
The classic (and desirable) format for Tide Tables can be seen in this example, which is supposed to be viewed on one line:
March 20, 2002 - 1:23am High - 7:45am Low - 1:56pm High - 8:02pm Low
In the above example, the first high tide of the day is at 1:23 am, the last low tide is at 8:02 pm. People are used to seeing the data on one line. Please note that as often as not, the first tide of the day will be a low tide, and that on some days there are only three tides all day (and on very rare occasions, there are five).
Currently, my data is in this form, taking up four separate lines for the typical, four-tide day:
DATE - TIME - TIDE TYPE
March 20, 2002 - 1:23am - High
March 20, 2002 - 7:45am - Low
March 20, 2002 - 1:56pm - High
March 20, 2002 - 8:02pm - Low
(The data actually start out as a long date format with just two fields per line, the tide's date-and-time and the type of tide; but I can get it to this stage.)
I have been struggling for the last several weeks to learn Access, and to get my data into the classic one-line Tide Table form.
Can anyone help me? I do not know SQL, and would like to learn; but I would also like to use the Design View so I can see what I should be doing.
Thanks!
-- Hickory