R
Robert
I have 1 Query that pulls a field with two possible
choices in it. Vendor and Source. Now if my contact Type
is source then there will be a vendor associated with it
but my query puts this into another line. So what I am
trying to accomplish is this:
If the contact type is = Source then I want to pull the
vendor into a field at the end of my row.
so my table would end up like this after running my query
Name LNum ContactType ContactName VendorName
JD 123.01 Vendor John Doe Doe it Right
JD 123.01 Source TheConsumer Doe it Right
OT 432.02 Vendor Jane Doe Jane's Quilt
GY 98.01 Source Al MostDone CR Hyper Drives
GY 98.01 Vendor IM Done CR Hyper Drives
Any help will be much appreciated. IF you have any
questions or I can provide any more information please let
me know. Thank you in advance for your time and
cooperation in helping me with this matter
Robert
choices in it. Vendor and Source. Now if my contact Type
is source then there will be a vendor associated with it
but my query puts this into another line. So what I am
trying to accomplish is this:
If the contact type is = Source then I want to pull the
vendor into a field at the end of my row.
so my table would end up like this after running my query
Name LNum ContactType ContactName VendorName
JD 123.01 Vendor John Doe Doe it Right
JD 123.01 Source TheConsumer Doe it Right
OT 432.02 Vendor Jane Doe Jane's Quilt
GY 98.01 Source Al MostDone CR Hyper Drives
GY 98.01 Vendor IM Done CR Hyper Drives
Any help will be much appreciated. IF you have any
questions or I can provide any more information please let
me know. Thank you in advance for your time and
cooperation in helping me with this matter
Robert