ok ..i'm stumped.
i have two tables.
empty_locations
games
the empty_locations table houses data for locationid and date.
it also houses an ENUM field called used.
the games table houses data for locationid and date of the game.
what i need to do is
check the empty_locations table against the game table.
and if the dates match, then set the used field of the empty_locations table to '1'.
I can't figure this query out for the life of me. i've never had to search and compare before.
please help out!
thanks a lot.
chris