G 
		
								
				
				
			
		Guest
I have a form for data entry to a table.  The control source for the Client
Number field is the result of a dlookup -
DLookUp("[ClientNumber]","[qryGetClientNumber]","[FullName]='" &
[Forms]![FrmComboBoxFullName]![cmbFullName] & "'"). The dlookup returns the
right value into the field, but when I finish with the data entry for the
rest of the fields, the ClientNumber saved is 0 - not the dlookup result.
What am I missing? Thanks for your help
				
			Number field is the result of a dlookup -
DLookUp("[ClientNumber]","[qryGetClientNumber]","[FullName]='" &
[Forms]![FrmComboBoxFullName]![cmbFullName] & "'"). The dlookup returns the
right value into the field, but when I finish with the data entry for the
rest of the fields, the ClientNumber saved is 0 - not the dlookup result.
What am I missing? Thanks for your help