Hi,
SqlServer example: select MyTable.*, 'myPage.asp?Id=' + [Id] as myLink from MyTable
MsAccess example: select MyTable.*, 'myPage.asp?Id=' & [Id] as myLink from MyTable
[Id] suppose you have a field called Id in your table
and after use the field myLink to create the custom tag
Gianluigi |
|
|