Ok, I told you I would probably think of some other questions. These are more "looking for ideas" questions rather than technical ones. I am going to try to put this all in a nutshell, but may be hard, so please, try to be patient.
The "application" I have been working on is an attempt to alleviate my office's use of a massive quantity of "lists" for client data. I created a "client" table and a "contacts" table. "Client" is keyed on the "client" field and "contacts" is keyed on Name and address. They are linked one to many on the "client" field with the "client" table being the parent table. The "notes" field in the "client" table utilizes it's own form, using a setrange of the value of the "client" field. Currently, we use a form document when a new case is opened. It is filled out, then printed and passed on to various people. When it returns, a "client number" is assigned to it. This number will signify the "client" field in my table.
In order to convince them to use this "application", rather than all the lists that are used, I need to make it automate the tasks we use to open files. I don't want everyone to have to fill out this current form we use, then turn around and have to input all this information again in the tables. Problem is, the form we use contains way more information than we need to have available in the tables I have developed, and you could never key it on the "client" number, since when it is initially filled out, it has no number and is left blank. So, if many are done in a day, you will get key violations.
I thought of setting up an independent table with all the fields that are used in the current form for people to fill out, then print and use as the "new case" form that is circulated. Then, when it returns, and a number is assigned, it can be filled in. On a weekly or bi-weekly basis, this table could be queried for only the necessary fields to then merge into the "application" I have developed. Problem I am encountering is that there are too many fields to fit on one page of a form, forms don't print will on our system, and multi page forms will only print the first page. You can't "publish" a form to another program such as WordPerfect of Word so that is not an option. I don't know how to begin to set up a query that would be automated on a button, to automatically create a printable report based only on the current record open. So, I need some ideas how I might be able to do this.
This has gotten way longer than I planned, so I will save my other question for later. Thanks for any input anyone has.
The "application" I have been working on is an attempt to alleviate my office's use of a massive quantity of "lists" for client data. I created a "client" table and a "contacts" table. "Client" is keyed on the "client" field and "contacts" is keyed on Name and address. They are linked one to many on the "client" field with the "client" table being the parent table. The "notes" field in the "client" table utilizes it's own form, using a setrange of the value of the "client" field. Currently, we use a form document when a new case is opened. It is filled out, then printed and passed on to various people. When it returns, a "client number" is assigned to it. This number will signify the "client" field in my table.
In order to convince them to use this "application", rather than all the lists that are used, I need to make it automate the tasks we use to open files. I don't want everyone to have to fill out this current form we use, then turn around and have to input all this information again in the tables. Problem is, the form we use contains way more information than we need to have available in the tables I have developed, and you could never key it on the "client" number, since when it is initially filled out, it has no number and is left blank. So, if many are done in a day, you will get key violations.
I thought of setting up an independent table with all the fields that are used in the current form for people to fill out, then print and use as the "new case" form that is circulated. Then, when it returns, and a number is assigned, it can be filled in. On a weekly or bi-weekly basis, this table could be queried for only the necessary fields to then merge into the "application" I have developed. Problem I am encountering is that there are too many fields to fit on one page of a form, forms don't print will on our system, and multi page forms will only print the first page. You can't "publish" a form to another program such as WordPerfect of Word so that is not an option. I don't know how to begin to set up a query that would be automated on a button, to automatically create a printable report based only on the current record open. So, I need some ideas how I might be able to do this.
This has gotten way longer than I planned, so I will save my other question for later. Thanks for any input anyone has.