UPDATE BREM
SET LDC = IIf([Rate] Like 'V1*', 'VDO',
IIf([Rate] Like 'VRC*', 'COH',
IIf([Rate] Like 'REN*', 'DEO',
[LDC])))
had to figure a few things out...but I got it...had to add the UPDATE YOUR TABLE part...and change Your TABLE to the name of the table....
Works great....being able to...
Ok. I have a database and several tables and queries. I need to finish this off with either a make table query or an update query.
Right now my final query produces a table with the following columns
LDC Prospect Verify LDCAcct Billing Telephone Email Rate
In my Rate column I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.