Help Pls
For example , If i want to write a VB program to use a mdb file. The mdb
file contains three tables. And one of the tables contains two fields,
let
say FOOD and PRICE.
I want to have a simple push button infterface that has one button
corresponding to one kind of food. To place an order of three corn
soups,
the operator needs to press the button three times.
In addition, i want a record of the transaction amonut write to a log.
CS.