Anyone has any experience with connecting to DB2 tables using Lotus Approach? I know how to connect and write SQL when using only one table.
I need an advice how to make this SQL work in Approach (LotusScript). Joining table causes me great dificulties. HELP!
FROM From.Invoice, From.Inv_Item_Account WHERE (Invoice.Inv_Id=Inv_Item_Account.Inv_Id) AND (Invoice.Inv_Dt='2002-04-04')
I need an advice how to make this SQL work in Approach (LotusScript). Joining table causes me great dificulties. HELP!
FROM From.Invoice, From.Inv_Item_Account WHERE (Invoice.Inv_Id=Inv_Item_Account.Inv_Id) AND (Invoice.Inv_Dt='2002-04-04')