Hello,I am a beginner.
I have a transaction form with the fields(TranID,ItemID,Quantity,Date of sale,Price] i added unbound control(textbox) to the form which i want to show me how much of the same item was sold.
Example I sell coke today so the transaction of coke was once so when i sell coke again i want it to show me that this item has been sold twice.How do I do that?Is it even possible?