K
K Essmiller
We have a db of medical providers. There is a provider ID that would be for
say a hospital and a location code that would be for the individual doctors
within the hospital. Our software program stores the location field in mixed
case, so I can have provider 12345 with locations 'aim', 'aiM', 'aIm', 'aIM',
etc and they all look the same to Access. I need to tie several tables
together using these two fields but I get duplicates due to the location
code. I tried the asc function, but that only looks at 1 position. Is there a
way to do this without having to use 3 asc comparisons?
say a hospital and a location code that would be for the individual doctors
within the hospital. Our software program stores the location field in mixed
case, so I can have provider 12345 with locations 'aim', 'aiM', 'aIm', 'aIM',
etc and they all look the same to Access. I need to tie several tables
together using these two fields but I get duplicates due to the location
code. I tried the asc function, but that only looks at 1 position. Is there a
way to do this without having to use 3 asc comparisons?