![]() |
Sergey Kornilov admin 4/6/2006 |
Probably you need to convert numeric values to strings before concatenation. CStr(AuditID)+' '+CStr(Division)+' '+CStr(AuditYear) |
P
|
peter van mechelen 8/28/2006 |
When using the Custom Expression feature with a Access database it doesn't seem to work. Am I writing the expression correctly. AuditID+' '+Division+' '+AuditYear
|
C
|
clig 10/5/2006 |
When using the Custom Expression feature with a Access database it doesn't seem to work. Am I writing the expression correctly. AuditID+' '+Division+' '+AuditYear
|