Hello,
I'm Rather new to coding, and It seems like I skipped some of the basics, and jumped in the deep end.
I'm having a couple of problems, as I have an ordinary text file called "Orders", and this file stores Orders, placed by users of my program.
The Users write to the Orders.txt file, 5 lines per Order, For Example :
Item Name
Item Quantity
UserName (Of user)
House Number (Of user)
Post Code (Of user)
i.e. (Three Orders Bellow)
PlayStation
2
Tobyjug2222
4
CH75LW
ToyCar
6
Tobyjug1111
5
CH64LW
Holiday
1
TobyJug3333
55
CH14JD
I want to be able to read this file, and store the data in Records, and having a form with a Previous/ Next button, displaying these orders.
Also on that form, a Delete button which will delete the order from the file when it has been processed.
Thanks a lot, Toby.