Dynamic look up problem

Chunk

Registered User.
Local time
Today, 19:32
Joined
Oct 25, 2004
Messages
64
NEW PROBLEM! :)

Sorry for the double post.
 
Last edited:
Why doesnt this work:

Code:
=CCur(DLookUp("[Supply_link]!supply_price","[Supply_link]","[Supply_link]!sup_number=[Forms]![SuppierOrderCreateNew]!sup_number_combo And [Supply_link]!product_number=[product_number_combo]"))

If this does:

Code:
=DLookUp("[Supply_link]!supply_price","[Supply_link]","[Supply_link]!sup_number=[Forms]![SuppierOrderCreateNew]!sup_number_combo And [Supply_link]!product_number=[product_number_combo]")
 
Can anyone help with this please?
 

Users who are viewing this thread

Back
Top Bottom