D
DetRich
Hello,
I am building an Access application in which I need to track maintenance
activity across our servers. My database currently has a master table with
all the servers and related info (i.e. Hostname, IP addr, FQDN, etc.)
For the maintanance activity, I'd like to accomplish the following tasks:
1. Be able to enter newly scheduled maintenance activities.
2. Be able to assign or associate each maintenance activity with 1 or more
servers.
3. Be able to add notes and update the status of each maintenace activity.
4. View the maintenance activity for any specified server (maintenance
history).
5. There may be other specific tasks, but hopefully, you get the idea.
I am really struggling with the table designs. This seems like a situation
where many-to-many relationships will occur and I really struggle with this.
Maybe someone can build on this and get my creativity flowing...
tblMaintenanceActivity
1. MaintActivityID: This is a unique number assigned to the maintenance
activity.
2. ScheduledToOccur: DateTime stamp of when the activity will begin.
3. MaintenanceDuration: Shceduled window. Example: 1 hour.
4. Description: Description of the maintenance task. Maybe a memo field.
5. Status: Current status of this activity (i.e. scheduld, In progress,
postponed, completed, etc.)
6. PerformedBy: The person who implements the activity
In an effort to minimize the time/effort to enter data, on the form where
the maintenance activity info is entered, I would also like to be able to
select each server to which the activity applies.
Thanks in advance,
DetRich
I am building an Access application in which I need to track maintenance
activity across our servers. My database currently has a master table with
all the servers and related info (i.e. Hostname, IP addr, FQDN, etc.)
For the maintanance activity, I'd like to accomplish the following tasks:
1. Be able to enter newly scheduled maintenance activities.
2. Be able to assign or associate each maintenance activity with 1 or more
servers.
3. Be able to add notes and update the status of each maintenace activity.
4. View the maintenance activity for any specified server (maintenance
history).
5. There may be other specific tasks, but hopefully, you get the idea.
I am really struggling with the table designs. This seems like a situation
where many-to-many relationships will occur and I really struggle with this.
Maybe someone can build on this and get my creativity flowing...
tblMaintenanceActivity
1. MaintActivityID: This is a unique number assigned to the maintenance
activity.
2. ScheduledToOccur: DateTime stamp of when the activity will begin.
3. MaintenanceDuration: Shceduled window. Example: 1 hour.
4. Description: Description of the maintenance task. Maybe a memo field.
5. Status: Current status of this activity (i.e. scheduld, In progress,
postponed, completed, etc.)
6. PerformedBy: The person who implements the activity
In an effort to minimize the time/effort to enter data, on the form where
the maintenance activity info is entered, I would also like to be able to
select each server to which the activity applies.
Thanks in advance,
DetRich