A
anovak
I've got the following SQL statement that won't execute in a VBA
script because the custom field referenced by the view is "Service
Area", not "Service_Area" or "ServiceArea" (there is a space in
between)
rs2.Open "Select MemberValue FROM 'MSPLT_Service Area_UserView' ORDER
BY MemberValue", Conn
Anyway I can cod this to "excuse" the space or do I have to rename the
custom field to "Service_Area" or "ServiceArea"?
Thanks,
Andy Novak
UNT
script because the custom field referenced by the view is "Service
Area", not "Service_Area" or "ServiceArea" (there is a space in
between)
rs2.Open "Select MemberValue FROM 'MSPLT_Service Area_UserView' ORDER
BY MemberValue", Conn
Anyway I can cod this to "excuse" the space or do I have to rename the
custom field to "Service_Area" or "ServiceArea"?
Thanks,
Andy Novak
UNT