G
Guest
I have a table with the following values:
Date StaffName ExpenseType Amount Details
10/10/2007 Staff1 Medical $50.00 Attached medical
cretificate
10/10/2007 Staff1 Entertainment $100.00 Cleint entertainment
10/10/2007 Staff1 Local Transport $3.50 Train Cahrges
10/10/2007 Staff2 Stationery $12.00 Stationeries for admin
work
I want a result fas follows:
Date StaffName Details Medical Entertainment Local Transport
Stationery
10/10/2007 Staff1 Attached Medical $50 $100 $3.50
cretificate;Cleint
Entertainment;
Train Charges
10/10/2007 Staff2 Stationery
$12.00
In access I got the result as i expect like the above using a user defined
function to concatenate the details and used a TRANSFORM & PIVOT.
BUt my problem is I'm access the database from Internet and the user defined
function is not available when accessing the database from outside.
Is there any other way that I can Acieve this?
Any help would be greatly appreciated.
Thanks in advance.
Date StaffName ExpenseType Amount Details
10/10/2007 Staff1 Medical $50.00 Attached medical
cretificate
10/10/2007 Staff1 Entertainment $100.00 Cleint entertainment
10/10/2007 Staff1 Local Transport $3.50 Train Cahrges
10/10/2007 Staff2 Stationery $12.00 Stationeries for admin
work
I want a result fas follows:
Date StaffName Details Medical Entertainment Local Transport
Stationery
10/10/2007 Staff1 Attached Medical $50 $100 $3.50
cretificate;Cleint
Entertainment;
Train Charges
10/10/2007 Staff2 Stationery
$12.00
In access I got the result as i expect like the above using a user defined
function to concatenate the details and used a TRANSFORM & PIVOT.
BUt my problem is I'm access the database from Internet and the user defined
function is not available when accessing the database from outside.
Is there any other way that I can Acieve this?
Any help would be greatly appreciated.
Thanks in advance.