N
Nigel
I need to set up a basic ordering form. In it I have set up a table
containing 'products'.
My products are patch leads which vary in price according to type and
length.
With two combo boxes in a form, one to select a product type and a second to
select the length, can a third text box find the price using these
parameters?
I have already set up a query to do this and have a Dlookup command that
finds my answer (see below) but it does not update immediately in the form
and needs an 'F9' refresh to update.
=DLookUp("[Cost]","[QryFibrecombo1]")
Am I making this harder than it needs to be? Is there a simpler solution?
Thanks
containing 'products'.
My products are patch leads which vary in price according to type and
length.
With two combo boxes in a form, one to select a product type and a second to
select the length, can a third text box find the price using these
parameters?
I have already set up a query to do this and have a Dlookup command that
finds my answer (see below) but it does not update immediately in the form
and needs an 'F9' refresh to update.
=DLookUp("[Cost]","[QryFibrecombo1]")
Am I making this harder than it needs to be? Is there a simpler solution?
Thanks