Here's the situation:
There is a function (FN1) in an Oracle database (ODB1) which accepts a Customer ID (CustID) and returns an associated dollar figure (GR1).
I have an Access database (ADB1) that has a table (TCust) that has around 100 records. Amoung the fields are CustID and a null field for GR1.
What would you reccommend for calling the function form an Access Update Query or from a VBA Module to populate the field?
Thanks in advance for any/all suggestions.
--Michael
There is a function (FN1) in an Oracle database (ODB1) which accepts a Customer ID (CustID) and returns an associated dollar figure (GR1).
I have an Access database (ADB1) that has a table (TCust) that has around 100 records. Amoung the fields are CustID and a null field for GR1.
What would you reccommend for calling the function form an Access Update Query or from a VBA Module to populate the field?
Thanks in advance for any/all suggestions.
--Michael