Jeff said:
Bob
It all starts with the data ...
If you are trying to prefill the form with data that's already been recorded
in a table, so you can then re-record the same data (with the changes you
mention), your underlying table structure probably would benefit from more
work on normalization.
If you'll post a description of your underlying data structure, folks here
will be able to offer more specific suggestions.
Regards
Jeff Boyce
Microsoft Access MVP
There are 5; soon to be 6, linked tables as the main database that
define a top down data configuration structure with a few hundred sites
each containing 6 groups of equipments, containing 20-50 pieces of
similar equipment with. The use of the database is a new process; much
of which is still manual and unfortunately involves a mixture of various
programs and processes. For the moment at least, it is necessary for
individuals to process order forms that contain 10 to 30% of repetitious
data involving addresses, telephone numbers, etc. These addresses,
phone numbers, etc. do in fact change somewhat with time, but the
records should not reflect these changes, but should reflect what the
data was at the time the order was placed. This does in fact place some
degree of repetition in the database.
That being said; the table that I want to use to draw somewhat
repetitious data from is being maintained by a 3rd party. I just want
the process of filling out the form (about 40 or so text boxes) to be as
easy as possible for the individual. I expect that there will be 10-15
text boxes that could draw there information for a table (the one being
maintained by a 3rd party). The table is in Access 2007.
The idea of using a combo box to select the specific record in the table
seems like a good idea. I want the data dump to the order form from the
table to be a one shot deal such that it just initializes the text
boxes, but is further editable before it is finalized and saved.
I hope this helps, because I do not know the best way to do this. I
believe I can customize VB code to fit the situation, but I could sure
use some help with a basic code structure if that is the best approach?
Thanks,
Bob
Portions of the current process require Users are required to input
equipment requirement reports that include some necessary repetition due
to a changing environment. This means that in many cases users will be
repeating some data and customizing the rest of the data.