I am trying to develop an inventory application in msaccess. There is a stock table having assetno , quantity and entrydate field . another table is issuedet . it contains assetno, quantityissued field . Now I want to design an issue form which according to my choice of assetno it will show the stock quantity according to the ascending order of entrydate of that particular asset and then i will enter the issued quantity .
I can't design the form . please help