T
Tcs
I have two tables. Both contain transactions for a fiscal year. ( Jul-Jun ) The first table
contains multiple records, per location, per month. The second table contains one record, per
location, per month. ( The first has electric consumption & money, the second has demand electric &
money. ) I can't figure out how to join them ( assuming I need to join them at all ) in order to
get the records from both tables, using just one query, and sorted by year, month, and trans type.
Whatever I try, when I try to retrieve from both tables rather than just one, gets me four (4) times
( I think ) too many records.
Would anyone care to venture a guess? Any help would be appreciated. ( Who knows, perhaps tomorrow
morning, when I'm fresh, it'll be obvious. Right now? It ain't. )
Thanks in advance,
Tom
contains multiple records, per location, per month. The second table contains one record, per
location, per month. ( The first has electric consumption & money, the second has demand electric &
money. ) I can't figure out how to join them ( assuming I need to join them at all ) in order to
get the records from both tables, using just one query, and sorted by year, month, and trans type.
Whatever I try, when I try to retrieve from both tables rather than just one, gets me four (4) times
( I think ) too many records.
Would anyone care to venture a guess? Any help would be appreciated. ( Who knows, perhaps tomorrow
morning, when I'm fresh, it'll be obvious. Right now? It ain't. )
Thanks in advance,
Tom