
08-04-2008, 03:31 PM
|
|
Junior Member
|
|
Join Date: Aug 2008
Posts: 1
|
|
Largest Microsoft Access Database Examples in The Net
Hello world,
Let’s work all together in this thread to make “Largest Microsoft Access Database Examples in The Net”.
The idea: Everybody upload good examples of MS Access databases which give good view of what is MS Access can do for you, and how can you improve your knowledge in designing databases.
Your databases might contain a good example of forms, reports, quires … etc.
I will start firs:
Select Date & Time:
This database is very good example of selecting date and time from the calender, you will love it, believe me
Steps to include this data entry form in your db.
- Open your db in exclusive mode
- File -> Get External Date -> Import
- Navigate to this sample db in the dialog and hit OK
- Click on the Forms tab, and highlight the form "frmDateTimeSelect" and hit OK
- Open a form in design view
- Select the control that you would like to bind the popup to and view it's properties.
- Select the Event tab, and build an event in the controls On Dbl Click event.
- Paste the following code into the procedure:
- Compile your code and save the form.
Who’s next?
Last edited by MrAdsense : 08-04-2008 at 03:34 PM.
|