G 
		
								
				
				
			
		Guest
I want the input (cancon) into a textbox to determine what displays (VIN) in
another textbox.
Dim varX As Variant
varX = DLookup("[VIN]", "contract", "[Contract number] =' _ &
Forms![Form1]!cancon)
where do I put this in the input box (properties) i have tried several
different ways and nothing is coming up in the VIN text box.
				
			another textbox.
Dim varX As Variant
varX = DLookup("[VIN]", "contract", "[Contract number] =' _ &
Forms![Form1]!cancon)
where do I put this in the input box (properties) i have tried several
different ways and nothing is coming up in the VIN text box.