KoskeKos
New member
- Local time
 - Today, 04:56
 
- Joined
 - May 4, 2021
 
- Messages
 - 28
 
Hi people!
I need to compare dates in two tables. TMP and VALID.
		
		
	
	
		
	 
		
	
What i need is:
If date from TMP table already exist in VALID table - stop execution.
Else
Continue with code.
I know how to iterate trough tables but dont know how to set up to compare dates.
Thnx in advance.
 I need to compare dates in two tables. TMP and VALID.
What i need is:
If date from TMP table already exist in VALID table - stop execution.
Else
Continue with code.
I know how to iterate trough tables but dont know how to set up to compare dates.
Thnx in advance.