Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7182 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Just started tinkering with FM7 yesterday. I've gotten a pretty good start for not really knowing what I'm doing! smile.gif But now I'm stumped on something specific, so if anyone could point me to a good tutorial or a thread that I've missed in my search, that'd be great. Here's my problem:

I'm trying to create a project management database. I've got most of it going good. In the main screen (project), I want to add at least one task, but have the ability to add more. Also, it isn't just a list of tasks - in addition to the task name, it also needs to display cost, hours, rate and notes.

Any ideas?

Thanks!!!

Posted

i dont have any tutorial links to send you but heres an idea:

create a table called TASKS or somthing to that effect. populate this table with fields specific to each task (your cost, hours, rate, etc.) and also include a unique identifier for each task (TASKID)

place another field in your project management table also called TASKID and then relate these two tables based on TASKID=TASKID. This can be done by going to the define datebase menu then selecting the relationship tab. make sure you see both table occurences on the relationship graph and then click and drag on the field name taksid and connect it to the other task id.

that last part may sound a little confusing but its actually very easy once you get there.

you can add new records to your task table as needed and they will be available throughout your file

Posted

There can be 0 to many tasks for each project, not many projects for each task. You want to base the relationship on ID_Project for both tables not ID_Task.

example attached

Project.zip

This topic is 7182 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.