Create a single form which is based on several tables

  • Thread starter Thread starter forest8
  • Start date Start date
F

forest8

Hi there

I am trying to create a form which does the following:

Thare are 5 categories: School, Community, Family, Peers, Individual.

In each category, there are between 6 and 8 subcategories.

These categories are reviewed on a 6 month interval: Start, and 6 months
intervals later for at least four years.

What I am trying to do is see all of this information on one form.

I tried to put this all in one form but exceeded the limitations of data.

What is the best way to do this?

Thank you for your help in advance.
PS. This is only 1 of several forms in a case management database.
 
Hi there

I am trying to create a form which does the following:

Thare are 5 categories: School, Community, Family, Peers, Individual.

In each category, there are between 6 and 8 subcategories.

These categories are reviewed on a 6 month interval: Start, and 6 months
intervals later for at least four years.

What I am trying to do is see all of this information on one form.

I tried to put this all in one form but exceeded the limitations of data.

What is the best way to do this?

Thank you for your help in advance.
PS. This is only 1 of several forms in a case management database.

Are these "categories" tables?

How are they related?

What real-life Entities (persons, things, events) are you tracking?

What's a "review"? What information do you need to record about a review?

My guess is that you're (still... we've been here before) just throwing more
fields into a table: is that your "limitation of data"?

Rather than working on the form... get your properly normalized tables set up
FIRST (or describe them for us).
 
Hi

I the past we discussed some of this, but this is new.

The results of the data has led to additional information which has to
summarized based on earlier results. While the "categories" remain the same,
the resulting data is different.
 
I the past we discussed some of this, but this is new.

The results of the data has led to additional information which has to
summarized based on earlier results. While the "categories" remain the same,
the resulting data is different.

I'll be glad to try to help if you'll answer my questions.
 
Back
Top