|
-
Feb 26th, 2001, 10:42 AM
#1
Thread Starter
Hyperactive Member
Hi everyone,
I hope you enjoyed your weekend. Here's my problem:
I created a form page that keeps track of projects. The first part of the page is pretty basic, i.e. name of project, date due, project notes, etc. Now my boss wants me to add a 'Task List'. Basically, the list would consist of a list of people with their assigned task for that specific project. So, therefore, for each project, there can be multiple people doing a separate task. I need to find out what is the best way of doing this. Should I create an array with a data grid or what? Please show code examples as well.
Thanks in advance.
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Feb 27th, 2001, 08:00 AM
#2
Black Cat
A good old normalized database should do the trick. Have a table for projects, a table for people, and then a table that links the two together.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 28th, 2001, 08:29 AM
#3
Thread Starter
Hyperactive Member
okay...
Thanks for your input.
Now, my next question is this: Can I create a datagrid or something similar on the page so that the user can have the ability to add/edit persons on the task list per project? Basically, I am looking for something like a Access data input interface, where columns automatically add themselves when you have a new entry.
I hope that this does not sound confusing.
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Feb 28th, 2001, 11:00 AM
#4
Black Cat
I would use a combination of HTML tables and forms populated from the database. Then stick an empty row/form at the bottom of the table for a new entry.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 28th, 2001, 11:04 AM
#5
Thread Starter
Hyperactive Member
Ok, thanks for your help.
That is what I needed to start with. BTW, you live in Buffalo? Since your profile says West NY
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|