C
chiwils
I have a softball scheduling base that has a table with the following fields:
Team # - Home - Away - Date - Time - DBG where DBG = days between games
The table consists of duplicate records for each game permitting the
generation of each team's schedule. With the table sorted to provide each
team's schedule, I would like to calculate the DBG. This will allow
minipulation of game dates for equatible scheduling.
There should be a way to determine the value from the DATE field of 2
different records and do the arithmatic.
Team # - Home - Away - Date - Time - DBG where DBG = days between games
The table consists of duplicate records for each game permitting the
generation of each team's schedule. With the table sorted to provide each
team's schedule, I would like to calculate the DBG. This will allow
minipulation of game dates for equatible scheduling.
There should be a way to determine the value from the DATE field of 2
different records and do the arithmatic.