This is probably very simple but I can'f figure it out.
Problem
Table A -with a field "shortname" is used as a pass through query with Table B to create a new table.
I have shortname entries like
Table A
GV
GVW
To make the pass through work properly, I need a hard space at the end of GV and GVW but not all shortname entiers need a hard space.
The pass though command uses the data like this
IIf mid(TableB!longname),1,LEN(TableA!shortname)) = TableA!shortname, TableA!Fieldname,null)
I need Entries GV to have a space so that Entries matching GVW don't also match GV.
Any ideas?
Problem
Table A -with a field "shortname" is used as a pass through query with Table B to create a new table.
I have shortname entries like
Table A
GV
GVW
To make the pass through work properly, I need a hard space at the end of GV and GVW but not all shortname entiers need a hard space.
The pass though command uses the data like this
IIf mid(TableB!longname),1,LEN(TableA!shortname)) = TableA!shortname, TableA!Fieldname,null)
I need Entries GV to have a space so that Entries matching GVW don't also match GV.
Any ideas?