select * from picks
where sport='NFL' and gameDate= #CreateODBCDate(form.today)#
#get_nfl.team1#
@ |
| #get_nfl.team2# |
| |
|
|
select * from picks
where sport='ncaa_football' and
gameDate= #CreateODBCDate(form.today)#
#get_ncaa_fb.team1# @ |
| #get_ncaa_fb.team2# |
| |
|
|
select * from picks
where sport='NBA' and
gameDate= #CreateODBCDate(form.today)#
#get_nba.team1#
@ |
| #get_nba.team2# |
| |
|
|
select * from picks
where sport='ncaa_bball_conf' and
gameDate= #CreateODBCDate(form.today)#
#get_ncaa_bb.team1#
@ |
| #get_ncaa_bb.team2# |
| |
|
|
select * from picks
where sport='mlb' and
gameDate= #CreateODBCDate(form.today)#
#get_mlb.team1#
@ |
| #get_mlb.team2# |
| |
|
|