T
tom
I have a table called adjustments. Each record is
an invoice with various information. I also
have another select query which has further information
about each invoice. Records cannot be added to
the further information query.
I want to be able to add records to the adjustments
form, which is based on the adjustments table, but I also want
to include a field from the further information table.
when I add the field from the further information table
to the adjustments form I can no longer add records to
it.
How do I design this form so I can get the field from the
further information query and still be able to add records
to the adjustments form?
TIA
an invoice with various information. I also
have another select query which has further information
about each invoice. Records cannot be added to
the further information query.
I want to be able to add records to the adjustments
form, which is based on the adjustments table, but I also want
to include a field from the further information table.
when I add the field from the further information table
to the adjustments form I can no longer add records to
it.
How do I design this form so I can get the field from the
further information query and still be able to add records
to the adjustments form?
TIA