jacquelinewalton
Programmer
Sorry guys... Newbie here... I could really use some help.
I have a proejct where I want to compare 2 MSSQL tables and update only one of them.
Example: I have..
tblCancel with fields cancel_username and cancel_datetime (With this format 7/7/2004 4:38:25 PM)
and
tblUsers with fields UserName and MemberLevel
I want to first check tblCancel for all records with today's date, get all the cancel_usernames tht apply then match those with the UserName in the tblUsers table and set the MemberLevel Field in that table to "Basic"
I have experience in using one table but not multiple tables.
Thanks in advance for any help given. I reallllly appreciate it!!
I have a proejct where I want to compare 2 MSSQL tables and update only one of them.
Example: I have..
tblCancel with fields cancel_username and cancel_datetime (With this format 7/7/2004 4:38:25 PM)
and
tblUsers with fields UserName and MemberLevel
I want to first check tblCancel for all records with today's date, get all the cancel_usernames tht apply then match those with the UserName in the tblUsers table and set the MemberLevel Field in that table to "Basic"
I have experience in using one table but not multiple tables.
Thanks in advance for any help given. I reallllly appreciate it!!