R
Ruby
Hello, here's what I want to achieve, but am having trouble getting there:
I have created my Tables and the Form that I want my client to use. The
database will be listing people's names, dates of services, and specific info
related to each date of service. I would like a one-page Form to input info
into.
QUESTION #1: I want to be able to input person's name one time so that the
person's name and other demographic info will be brought up automatically.
Example:
ENTRY 1:
ID #: 001
Name: Doe, John A.
DOB: 01/01/1960
DOS: 10/05/2007
Other fields are available to select specific info from related to this DOS
ENTRY 2:
ID #: 001
Name: Doe, John A. (automatically appears when ID # 001 is selected)
DOB: 01/01/1960 (automatically appears when ID # 001 is selected)
DOS: 10/15/2007
Other fields are available to select specific info from related to this DOS
QUESTION #2: I want to be able to print a list of each name with a list of
that person's date of services and their respective details. Is this
possible?
Example:
ID #: 001
Name: Doe, John A.
DOB: 01/01/1960
DOS:
10/05/2007
- details of service (this info is from the other fields mentioned
above)
10/15/2007
- details of service (this info is from the other fields mentioned
above)
Hope someone can help me out. Thank you!!!
I have created my Tables and the Form that I want my client to use. The
database will be listing people's names, dates of services, and specific info
related to each date of service. I would like a one-page Form to input info
into.
QUESTION #1: I want to be able to input person's name one time so that the
person's name and other demographic info will be brought up automatically.
Example:
ENTRY 1:
ID #: 001
Name: Doe, John A.
DOB: 01/01/1960
DOS: 10/05/2007
Other fields are available to select specific info from related to this DOS
ENTRY 2:
ID #: 001
Name: Doe, John A. (automatically appears when ID # 001 is selected)
DOB: 01/01/1960 (automatically appears when ID # 001 is selected)
DOS: 10/15/2007
Other fields are available to select specific info from related to this DOS
QUESTION #2: I want to be able to print a list of each name with a list of
that person's date of services and their respective details. Is this
possible?
Example:
ID #: 001
Name: Doe, John A.
DOB: 01/01/1960
DOS:
10/05/2007
- details of service (this info is from the other fields mentioned
above)
10/15/2007
- details of service (this info is from the other fields mentioned
above)
Hope someone can help me out. Thank you!!!