I have an update query that signs people out by adding the time they sign out. the sql goes as follows:
UPDATE MainSignInTable SET TimeOut = time()
WHERE [TimeOut] is null And [SSN]=[Enter your SSN, DL or Scholl ID number];
The problem is that even if the SSN number doesn't match the query runs... is there anyway to produce feedback to the user in case they make a mistake and the numbers don't match .... something like..... error not found... try again...?
ThanX!
Dumboy.! Ouch.! .my brain.....
spiderdesign@yahoo.com
It's hard to think with only one neuron......Ouch.....!....it hurts when I think......!
UPDATE MainSignInTable SET TimeOut = time()
WHERE [TimeOut] is null And [SSN]=[Enter your SSN, DL or Scholl ID number];
The problem is that even if the SSN number doesn't match the query runs... is there anyway to produce feedback to the user in case they make a mistake and the numbers don't match .... something like..... error not found... try again...?
ThanX!
Dumboy.! Ouch.! .my brain.....
spiderdesign@yahoo.com
It's hard to think with only one neuron......Ouch.....!....it hurts when I think......!