Read up on ADO, DAO, or RDO. These are 3 popular tools for accessing data
bases. I'd say ADO is the most foward thinking approach to read up on. Put
concisely, you have to assign database "items" aka objects to variables (of
the object type). Then reference them in your code. There is tons of
documentation on these subjects.
Quote:
>Hi There,
>I need help with databases - can someone please tell me how can I get
>a simple VB program that create or add to DB ?
>Thanks,
>Jack.