Good morning, hi all and ty for your support:
this is my situation:
a "DATAENTRY_FORM" (that put data in "DATAENTRY_TABLE").
Inside that form there is a TAB with 1 SUBFORM (linked to a "SECOND_TABLE").
There is a relation between DATAENTRY_TABLE and SECOND_TABLE.
Through a button, on the subform, i want to put data inside a textbox of the main form (and inside the DATAENTRY_TABLE).
I cant do that, because if i code a CLICK_ON BUTTON EVENT:
Forms!MAIN_FORM!textbox = Me.ValueInsideTheSubform.value
It shows me an error:
CAN'T UPDATE THE RECORDSET.
What is wrong?
 this is my situation:
a "DATAENTRY_FORM" (that put data in "DATAENTRY_TABLE").
Inside that form there is a TAB with 1 SUBFORM (linked to a "SECOND_TABLE").
There is a relation between DATAENTRY_TABLE and SECOND_TABLE.
Through a button, on the subform, i want to put data inside a textbox of the main form (and inside the DATAENTRY_TABLE).
I cant do that, because if i code a CLICK_ON BUTTON EVENT:
Forms!MAIN_FORM!textbox = Me.ValueInsideTheSubform.value
It shows me an error:
CAN'T UPDATE THE RECORDSET.
What is wrong?
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
		
	
	
	
		
			
		
		
	
								
							
							 
	