J
Joost Nicasie
Hi all,
This is my problem.
Main table has an id-field called 'Code'. Subtable has 1 or more
records per code (one-to-many relation). I want to 'merge' a few
(text)-fields into one query-field.
Example:
Main table
==========
Code
Field1
Field2
etc.
Subtable
========
ID
Code
Number
FieldA
FieldB
Query
=====
Code
Field1
Field2
Q_1 (=FieldA & FieldB where Number=1)
Q_2 (=FieldA & FieldB where Number=2)
etc..
Hope you guys understand what I mean...
Cheers,
Joost
--
"I believe the light that shines on you
Will shine on you forever
And though I can't guarantee
There's nothing scary hiding under your bed
I’m gonna stand guard
Like a postcard of a Golden Retriever"
--Paul Simon
This is my problem.
Main table has an id-field called 'Code'. Subtable has 1 or more
records per code (one-to-many relation). I want to 'merge' a few
(text)-fields into one query-field.
Example:
Main table
==========
Code
Field1
Field2
etc.
Subtable
========
ID
Code
Number
FieldA
FieldB
Query
=====
Code
Field1
Field2
Q_1 (=FieldA & FieldB where Number=1)
Q_2 (=FieldA & FieldB where Number=2)
etc..
Hope you guys understand what I mean...
Cheers,
Joost
--
"I believe the light that shines on you
Will shine on you forever
And though I can't guarantee
There's nothing scary hiding under your bed
I’m gonna stand guard
Like a postcard of a Golden Retriever"
--Paul Simon