-
Advice on Program
I am working on a program for myself to build/take orders from customers. I am using the Adodc control to get my main information. which holds customer data and item list/price file. I will need to save , Print ,and Delete orders. The order will have to show a running total too. Does anyone have any examples of this. Should I save them as text files or excel . Whats the best way to do this?
-
Re: Advice on Program
well you should save those data in a database like access, sql server and the like.
one thing, try not to use data binding controls or its concept like adodc control. it will certainly lead you to something you wont like. use ado object instead
see this beacons ado tutorial to learn more
http://vbforums.com/showthread.php?t=337051