
Chapter 21
PROGRAMMING IN VISUAL BASIC
WITH
MS ACCESS 2000
A
n application can be developed with a or without a database. If you have
to develop an application that does not save the input data, you don’t need
to use a database, but if you have to save the input data, you must use a
database. There are different types of databases. The database selection depends
upon two things—first is the amount of input data and second is whether the
application is single-user or multi-user, i.e., the application will run on a stand-
alone system or it will run on a server with many clients. Each database is network
compatible. If your application is small and ...