design help

stagehoney

New member
Joined
Nov 18, 2005
Messages
2
Programming Experience
Beginner
Hi guys...

I am a newbie and I was wondering if anyone can direct me. I am actually not new to programming, but I am new to VB.net bridged with MS Access.

I am creating a billing system.

I simply need to store, retrieve, and update data; also, create and delete new records.

with each record, values are given to perform a certain calculation. for example, the terms of a contract will be used to perform various calculations. each contract has different terms and therefore, different values. these values will be used for the final calculations.

based on the contact info, contract info --> i need to create an invoice.

any tutorials? ideas? on how to pursue this?
 
Look in my signature... tow tutorials on using ADO.NET.
I used SQL Server when creating them, but it can be easily adapted to Access by changing the ConnectionString, and using OLEDBClient instead of SQLClient.

-tg
 
Back
Top