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  dBforums > General > Database Concepts & Design > Database capable of filtering fields by date

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-06, 23:34
Divemaster Divemaster is offline
Registered User
 
Join Date: May 2006
Posts: 1
Database capable of filtering fields by date

I know nothing about databases or what type does what. I am looking for some kind of program that, as dates are entered, can keep track of them and accordingly put them into the right field. Someway to enter in a date for each subject each time a task is done, then have the system automatically move the subject into the according feild.

Ex: If someone does a task on 5/20/06, then does not do another task w/in a year from that date, they are automatically moved into an "inactive" folder. Then if they come back and do another task down the road they are moved back into the "active" folder until they become "inactive" again.

I also need it to not only do this btwn and "inactive" and "active" folder but also continue up the line...

Ex: If someone does a task every tuesday all year long, the computer needs to not lable them as active but as "active level 4".

So basically as dates get entered in I need the program to seperate them into fields on the basis of time. ie: needs to be linked to the computers actual time and date.... Could someone please point me in the right direction and give me any ideas on where to look for something like this.
Reply With Quote
  #2 (permalink)  
Old 05-21-06, 23:50
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
Pretty much any of the major database players, and most of the minor ones can track the data you want... The classification of "active" versus "inactive" and determining levels of activity are handled by applications, not databases. That means that you'll need to have an application (often called a program) designed for your needs, but that application can use almost any database engine.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On