A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Database for a daily Schedule



 
 
Thread Tools Display Modes
  #1  
Old December 30th, 2004, 06:53 AM
GLT
external usenet poster
 
Posts: n/a
Default Database for a daily Schedule

Hi,
I am using Access 2003.

I need to create a Database that keeps track of events that happen during
the day and night.

Events can either be Active or Completed.
Events will start at certain times.

I want to try and create three views on one screen:
1) The last few events that have completed
2) Any Events that are active
3) The next few events that are about to start

My question is:
How do I develop the database to check the time and the schedule (i.e. the
schedule will consist of the Databse) every 30 Seconds to see if an event has
started?

Will this cause dramatic overhead to the PC that Access is running on?
Does anyone know of anything else out there - i.e. has this been attempted
before?

Thanks,
GLT.

  #2  
Old December 30th, 2004, 10:31 AM
Kevin
external usenet poster
 
Posts: n/a
Default

To create more than one view on one form, create your base form then create
sub forms that display the data you desire.

To return the last few records, use the TopValues property in an SQL query.
Check help for more details on how to do that or post back here for help. I
am not an SQL expert but there are many here who are and someone will help
with enough detail on what the table deisgn is, etc.

To check the database every 30 seconds, just create an ontimer event in an
open form. Set the timer interval to 30,000.

As far as the amount of overhead it will depend on how large your database
is and what it is doing. If all you do is check for events that have started
(or presumably completed), you should not see much overhead hit. If the
database is large or there is a lot that the database is doing through VBA at
any given point in time then you may see a perfromance hit, but it should not
be due to checking for events that have started.

I hope that helps!

Kevin

"GLT" wrote:

Hi,
I am using Access 2003.

I need to create a Database that keeps track of events that happen during
the day and night.

Events can either be Active or Completed.
Events will start at certain times.

I want to try and create three views on one screen:
1) The last few events that have completed
2) Any Events that are active
3) The next few events that are about to start

My question is:
How do I develop the database to check the time and the schedule (i.e. the
schedule will consist of the Databse) every 30 Seconds to see if an event has
started?

Will this cause dramatic overhead to the PC that Access is running on?
Does anyone know of anything else out there - i.e. has this been attempted
before?

Thanks,
GLT.

  #3  
Old January 1st, 2005, 09:17 PM
rolaaus
external usenet poster
 
Posts: n/a
Default

Is there some reason you want to automate the update-query process rather
than allowing the use of a 'refresh' button on the form? Is this db
multi-user? That will help determine how much overhead there is - if it is
multi-user, how many ppl will be running this refresh function, rather than
solely inputing new tasks and/or marking tasks as completed.

"GLT" wrote:

Hi,
I am using Access 2003.

I need to create a Database that keeps track of events that happen during
the day and night.

Events can either be Active or Completed.
Events will start at certain times.

I want to try and create three views on one screen:
1) The last few events that have completed
2) Any Events that are active
3) The next few events that are about to start

My question is:
How do I develop the database to check the time and the schedule (i.e. the
schedule will consist of the Databse) every 30 Seconds to see if an event has
started?

Will this cause dramatic overhead to the PC that Access is running on?
Does anyone know of anything else out there - i.e. has this been attempted
before?

Thanks,
GLT.

  #4  
Old January 22nd, 2005, 06:43 PM
GLT
external usenet poster
 
Posts: n/a
Default

Hi rolaaus,

thanks for your reply.

this database will be monitoring events on one big screen so that several
people working in the area can view events completed, up and comming events
and events that are in progress.

it will only be one or two people running this - the idea being that this
auto schedule will tells us when something needs to be done. To do that, the
queries need to be updated automatically.

"rolaaus" wrote:

Is there some reason you want to automate the update-query process rather
than allowing the use of a 'refresh' button on the form? Is this db
multi-user? That will help determine how much overhead there is - if it is
multi-user, how many ppl will be running this refresh function, rather than
solely inputing new tasks and/or marking tasks as completed.

"GLT" wrote:

Hi,
I am using Access 2003.

I need to create a Database that keeps track of events that happen during
the day and night.

Events can either be Active or Completed.
Events will start at certain times.

I want to try and create three views on one screen:
1) The last few events that have completed
2) Any Events that are active
3) The next few events that are about to start

My question is:
How do I develop the database to check the time and the schedule (i.e. the
schedule will consist of the Databse) every 30 Seconds to see if an event has
started?

Will this cause dramatic overhead to the PC that Access is running on?
Does anyone know of anything else out there - i.e. has this been attempted
before?

Thanks,
GLT.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access database error Lawrence General Discussion 1 October 28th, 2004 01:04 AM
Images in a database Franz General Discussion 10 October 7th, 2004 09:35 AM
schedule updates of database vasanth kumar General Discussion 6 August 8th, 2004 11:42 AM
Database Window Gone DaveB General Discussion 2 July 29th, 2004 12:24 AM
Split Database with Synchronization Kevin McBrearty Database Design 1 June 28th, 2004 11:20 PM


All times are GMT +1. The time now is 01:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.