Hi everybody Im trying to pass a value from a form to a table using this code 
	
	
	
		
I tried and access is running fine with the label "INSERIR PEÇA" however Im trying to chose a auto number in text box named "Texto694".
Does anyone know what Im doing wrong and get a error?
Help pzz
 
		Code:
	
	
	Call WriteLog("INSERIR PEÇA", Me.Texto694.Value)
	I tried and access is running fine with the label "INSERIR PEÇA" however Im trying to chose a auto number in text box named "Texto694".
Does anyone know what Im doing wrong and get a error?
Help pzz