Hello,

I have two tables, WindVector (wind data) and DOH_FC88to07 (water quality samples). The WindVector table has the following fields:

Date (short date)
Time (short time)
WindSpeed
WindDir
WindDirRads
V
U

The DOH_FC88to07 table has the following fields:

Station
Date (short date)
Time (short time)
FC

I am able...