Re: Generate email when I click button?
"majahops via WebmasterKB.com " <u37541@uwewrot e in message
news:79ced47655 496@uwe...
	
		
the
	
		
			
			
			
				
	
		
			
		
	
the
	
		
			
			
			
				
	
		
			
		
	
[snip]
You're calling the function from within itself!
Why did you put the "If" statement inside of a function?
Look another look at what I gave you before.
							
						
					"majahops via WebmasterKB.com " <u37541@uwewrot e in message
news:79ced47655 496@uwe...
			
			
			
				.. but i put a space between ) and "then" of course
>
majahops wrote:
	
		
			
		
	>
majahops wrote:
			
			
			
				So when I put in the code, I get the following message when I try to save
			
		
	
			
			
			
				record:
Error number 3749
Error description Fields update failed. For further information, examine
	Error number 3749
Error description Fields update failed. For further information, examine
			
			
			
				Status property of individual field objects.
...
Here is my code (i renamed the function to "mail")
function mail
If mail(email,"you r subject","your message")then
' success
Else
' failure
End If
end function
	...
Here is my code (i renamed the function to "mail")
function mail
If mail(email,"you r subject","your message")then
' success
Else
' failure
End If
end function
You're calling the function from within itself!
Why did you put the "If" statement inside of a function?
Look another look at what I gave you before.
 
	 
	
Comment