Hi all
I have 2 tables TblHP and TblDP
how is the query to select price on certain TblGood_Kode which is before certain date
tia
denny
TblHP
No_Inv
Date
TblCustomer_Kode (as foreign key to TblCustomer)
//---------------
TblDP
TblHP_No_Inv (as foreign key to TblHP)
price
TblGood_Kode (as foreign key to TblGood)