M
Morris
Or am I doing it wrong way from the very beginnig?
I've got a table called 'Invoices' which holds 1700 invoices together
with InvoiceIDs (being integer numbers)
I've got a Form called 'Jobs' (based on 'Jobs' table) with a Subform
inside.
The Subform is supposed to show me 'Invoices' data. Because each job
can have anything from 0 to 3 invoices assigned to it (or more in the
future), inside my 'Jobs' Table I created a field called 'InvoiceIDs'
which for instance holds the value of '1303;1304;1310'.
Now when all the job details are displayed on the MainForm I want the
subform to display details of just these three invoices. When a user
accesses next Job (eg. with 'InvoiceIDs' = "25;30") I want a subform
to display those two invoices, and so on...
Any ideas how to achieve that or what's the common practice for this
type of problems?
Thanks
Morris
I've got a table called 'Invoices' which holds 1700 invoices together
with InvoiceIDs (being integer numbers)
I've got a Form called 'Jobs' (based on 'Jobs' table) with a Subform
inside.
The Subform is supposed to show me 'Invoices' data. Because each job
can have anything from 0 to 3 invoices assigned to it (or more in the
future), inside my 'Jobs' Table I created a field called 'InvoiceIDs'
which for instance holds the value of '1303;1304;1310'.
Now when all the job details are displayed on the MainForm I want the
subform to display details of just these three invoices. When a user
accesses next Job (eg. with 'InvoiceIDs' = "25;30") I want a subform
to display those two invoices, and so on...
Any ideas how to achieve that or what's the common practice for this
type of problems?
Thanks
Morris