N
night_writer
I need some advice from more experienced designers on how to handle
this issue. I am creating a data base of forms used by my company. In
addition to information on the form's usage, I would like have the
users be able to open the form if they want to, either to review it or
to actually fill it out and use it. There will be several thousand
documents in this data base.
I quickly found that putting forms in as objects makes the data base
size grow huge. It might be possible for the forms to be deposited in
a directory and linked to, but we are continually switching servers
around, and directories don't necessarily keep the same names.
One idea I had was to put the forms in a table on our SQL server and
just link to that table, but I'm wondering if that has its own set of
problems.
I have created a table with a few forms in my data base, just to try
to replicate what I might do with a linked table on the SQL server. I
would like to create a report with a link to the form object, but I
can't seem to figure out how to do that.
Any thoughts and advice would be helpful at this point. I'm open to
solutions.
Thanks!
Alice
this issue. I am creating a data base of forms used by my company. In
addition to information on the form's usage, I would like have the
users be able to open the form if they want to, either to review it or
to actually fill it out and use it. There will be several thousand
documents in this data base.
I quickly found that putting forms in as objects makes the data base
size grow huge. It might be possible for the forms to be deposited in
a directory and linked to, but we are continually switching servers
around, and directories don't necessarily keep the same names.
One idea I had was to put the forms in a table on our SQL server and
just link to that table, but I'm wondering if that has its own set of
problems.
I have created a table with a few forms in my data base, just to try
to replicate what I might do with a linked table on the SQL server. I
would like to create a report with a link to the form object, but I
can't seem to figure out how to do that.
Any thoughts and advice would be helpful at this point. I'm open to
solutions.
Thanks!
Alice