Hello,
Please help me to get a vendor address from Address table. I need to replace the method:
display Addressing vendAddress()
{
return vendTable.Address;
}
with something joining VendTable, DirPartyTable and Address table.
Thanks in advance!
Hello,
Please help me to get a vendor address from Address table. I need to replace the method:
display Addressing vendAddress()
{
return vendTable.Address;
}
with something joining VendTable, DirPartyTable and Address table.
Thanks in advance!