S
Susanne
I now have my table set-up in a more normalized format. I have all the
part-serial numbers in one table with one of the fields being the form field
name reference.
tblComponents
EquipNo, Date, PartType .... PartSerialNo Field
The field names are contained in another table that is updated with the
current equipment number and then this information is appended to the
tblComponentList table. It was a way I was able to get the field names to
easily get paired up with the part-serial number that needs to be selected,
since this number is also specific to the PartType. These "Field Names"
appear to the user to only be field names like all labels and are locked and
not enabled. They can just view them.
Now, the hard part for me comes down to creating the report. I need to have
each partserialno to go into the correct field for layout purposes, but
remember that these are in one table from a 1-many relationship. I do not
want to have it in a continuous type subform.
How do you specify that you want from Equipment 1 all components that were
on it on a particular date in a layout with fields going side to side, but
the occasional one that will only have one item on a line? This should work
even if I decide to change the layout of the fields in a random order on the
report.
I know there is coding, but I can't seem to set the control source of an
unbound box to a specific record. I've tried some SQL, but none seem to be
right and I get error messages.
part-serial numbers in one table with one of the fields being the form field
name reference.
tblComponents
EquipNo, Date, PartType .... PartSerialNo Field
The field names are contained in another table that is updated with the
current equipment number and then this information is appended to the
tblComponentList table. It was a way I was able to get the field names to
easily get paired up with the part-serial number that needs to be selected,
since this number is also specific to the PartType. These "Field Names"
appear to the user to only be field names like all labels and are locked and
not enabled. They can just view them.
Now, the hard part for me comes down to creating the report. I need to have
each partserialno to go into the correct field for layout purposes, but
remember that these are in one table from a 1-many relationship. I do not
want to have it in a continuous type subform.
How do you specify that you want from Equipment 1 all components that were
on it on a particular date in a layout with fields going side to side, but
the occasional one that will only have one item on a line? This should work
even if I decide to change the layout of the fields in a random order on the
report.
I know there is coding, but I can't seem to set the control source of an
unbound box to a specific record. I've tried some SQL, but none seem to be
right and I get error messages.