G
Guest
The Access 2000 version contains a field where the row source is selected
data from a location code table. The bound column is 1 and contains TZS.
This field is searchable and will produce results based on the TZS code
entered using the Find function. The Access 2003 version will not produce
results on the bound column data searched but will only produce results if
the location (description) is entered.
Here is the code:
SELECT [TZS-GIC].[TZS],[TZS-GIC].Location FROM [TZS-GIC] WHERE TZS = GIC
ORDER BY [TZS-GIC].Location;
Not all of our users have been upgraded to 2003 yet so I cannot convert the
database nor did I think that would be necessary.
Is there a work around for this?
Thanks
Eileen
data from a location code table. The bound column is 1 and contains TZS.
This field is searchable and will produce results based on the TZS code
entered using the Find function. The Access 2003 version will not produce
results on the bound column data searched but will only produce results if
the location (description) is entered.
Here is the code:
SELECT [TZS-GIC].[TZS],[TZS-GIC].Location FROM [TZS-GIC] WHERE TZS = GIC
ORDER BY [TZS-GIC].Location;
Not all of our users have been upgraded to 2003 yet so I cannot convert the
database nor did I think that would be necessary.
Is there a work around for this?
Thanks
Eileen