P
Peter A. Schott
This is strange to me. I created one form with a repeating section to link over
to a Company table. This works pretty well and allows switching back and forth
between companies or listing them all with the ability to edit any one of them
(submit hits all at the moment, but that could change in the future).
I tried to duplicate my efforts to track jobs we want to run, associated with
various companies.
I added some drop downs linked to a SQL Server database. The query goes out to
the appropriate tables and links to the main table from what I can see. However,
these are separate queries, not linked in to the main query.
The problem I see in this form is that every record showing up is a duplicate of
the first record returned. Can't quite seem to shake that and I'm sure it's
something relatively simple.
Any ideas?
Thanks.
-Pete Schott
to a Company table. This works pretty well and allows switching back and forth
between companies or listing them all with the ability to edit any one of them
(submit hits all at the moment, but that could change in the future).
I tried to duplicate my efforts to track jobs we want to run, associated with
various companies.
I added some drop downs linked to a SQL Server database. The query goes out to
the appropriate tables and links to the main table from what I can see. However,
these are separate queries, not linked in to the main query.
The problem I see in this form is that every record showing up is a duplicate of
the first record returned. Can't quite seem to shake that and I'm sure it's
something relatively simple.
Any ideas?
Thanks.
-Pete Schott