Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

access advanced courses - database

Forum home » Delegate support and help forum » Microsoft Access Training and help » access advanced courses - Database

access advanced courses - Database

ResolvedVersion Standard

Charise has attended:
Excel Introduction course
Excel Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course
Access Introduction course
Access Intermediate course
Access Advanced course

Database

what is a database?

RE: database

Charise,

A database is a structured collection of records (or information) that's stored in a computer. A program can consult it to answer queries. The records retrieved in answer to queries become information that could be used to make business decisions.

The computer program used to manage and query a database is sometimes known as a database management system (DBMS). One example of a DBMS computer program is Microsoft Access.

Regards, Rich

Access tip:

Closing form after a certain time period

To make a form close automatically after a certain time period, you need to assign the close function to a macro.

Save the macro and ope up the form in design view. open the Properties sheet.

In the TimerInterval property enter the length of time you want the form open for. This should be in milliseconds, so for instance if you want the form open for 5 seconds enter 5000, for an minute enter 60000.

You now need to attach your macro (to execute the Close action) to the OnTimer event property of the form.



View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.