What are the possible reasons for this error?
	
		
			
			
				 
			
		
	
I have similar functions that don't have an error and behave as expected. The similar functions are extremely close actually.
The functions are to either add a new row or update a field in the row. I am checking some input before I run the query to UPDATE or ADD. The same logic with nearly identical code works on a different table. My only guess from the Error Code Description is that the string for URL is getting clobbered somehow.
Thanks,
Scott
							
						
					| Error Code: | MER-ADM-00001 | |
| Description: | <b>Unknown Error</b><br><br>  Action = SMOD<br>  Screen = SMOD | 
The functions are to either add a new row or update a field in the row. I am checking some input before I run the query to UPDATE or ADD. The same logic with nearly identical code works on a different table. My only guess from the Error Code Description is that the string for URL is getting clobbered somehow.
Thanks,
Scott
Comment