G
Guest
I am using this Dlookup statement:
DLookUp("CUSTOMER_TYPE","PUBLIC_CUSTOMER_ACCT","CUSTOMER_ACCT_ID = " &
[CUSTOMER_ACCOUNT]) to lookup the [Customer_Type] from the companies Oracle
Database. The result from this table are coded as "CO, RX, OC, T1, BR, EI,
LP", these can be broken down into 3 groups CO = Commercial, RX,OC,T1 =
Wholesale, BR, EI, LP = Corporate. Is it possible to add a statement in the
Criteria that would change the Code in the query view to the appropriate
group name so that I would be able to import that directly into my database?
Thanks in advance
DLookUp("CUSTOMER_TYPE","PUBLIC_CUSTOMER_ACCT","CUSTOMER_ACCT_ID = " &
[CUSTOMER_ACCOUNT]) to lookup the [Customer_Type] from the companies Oracle
Database. The result from this table are coded as "CO, RX, OC, T1, BR, EI,
LP", these can be broken down into 3 groups CO = Commercial, RX,OC,T1 =
Wholesale, BR, EI, LP = Corporate. Is it possible to add a statement in the
Criteria that would change the Code in the query view to the appropriate
group name so that I would be able to import that directly into my database?
Thanks in advance