R
Ray Gibson
I have a subform that is very simple.
Sku, Descripton, Qty, Price.
I want the description field to automatically be filled in (and editable)
after keying a sku.
The dlookup function kind of works, but I need to be able to edit the field,
and I can't since its bound.
I set the Subform.Description Field control sorce to
=DLookUp("[Item].[Description]","[Item]","[ItemNum] =
Forms![subFrm_ContractItems]![Sku]")
(I don't like how I have to hit F9 to even get the Description to display!)
How can I set it up to dump the initial value of the Item.Description field
into the subform and then allow me to modify it if need be?
Thanks in advance ....
ray
Sku, Descripton, Qty, Price.
I want the description field to automatically be filled in (and editable)
after keying a sku.
The dlookup function kind of works, but I need to be able to edit the field,
and I can't since its bound.
I set the Subform.Description Field control sorce to
=DLookUp("[Item].[Description]","[Item]","[ItemNum] =
Forms![subFrm_ContractItems]![Sku]")
(I don't like how I have to hit F9 to even get the Description to display!)
How can I set it up to dump the initial value of the Item.Description field
into the subform and then allow me to modify it if need be?
Thanks in advance ....
ray