Nebuchednezzar
MIS
Ok...I'm just looking for someone to back me up here...
My boss, for some reason, loves to use Access97 to link to Oracle tables.
Recently, she has said that the advanced filter option in Access is not working properly, and therefore, the structure of our Oracle tables MUST have changed.
Here's the deal...
One table has a column with definition VARCHAR2(20).
The record in the column is a part number like '123456', except that it is right padded to 20 characters by the 3rd part app we run...so it is really '123456**************', where * is a space.
She swears that in access, when she did an advanced filter on that column, she needed only to enter the value '123456' and apply the filter and access would find it.
I can see how it would do that for a CHAR field since it could feasibly know to rtrim the value, but for a varchar, it apparently does not.
Am I missing something, or is she as crazy as I think she is?
My boss, for some reason, loves to use Access97 to link to Oracle tables.
Recently, she has said that the advanced filter option in Access is not working properly, and therefore, the structure of our Oracle tables MUST have changed.
Here's the deal...
One table has a column with definition VARCHAR2(20).
The record in the column is a part number like '123456', except that it is right padded to 20 characters by the 3rd part app we run...so it is really '123456**************', where * is a space.
She swears that in access, when she did an advanced filter on that column, she needed only to enter the value '123456' and apply the filter and access would find it.
I can see how it would do that for a CHAR field since it could feasibly know to rtrim the value, but for a varchar, it apparently does not.
Am I missing something, or is she as crazy as I think she is?