vani65,
Your expression is missing an "&" as well as a ")".
Yours:
([tlkpStockLocation].[StockLocationID]) & " " &" " ([tlkpStockLocation].[StockLocationDescr].
Possibly corrected:
([tlkpStockLocation].[StockLocationID]) & " " & " " & ([tlkpStockLocation].[StockLocationDescr])
or
([tlkpStockLocation].[StockLocationID]) & " " & ([tlkpStockLocation].[StockLocationDescr])
Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]