A
AT
Sorry for the re-post, but I just can't seem to get this to work. This is
the SQL for my query:
SELECT [tblBarge Information].BargeID, fConcatChild("tblBay
Information","BargeID","Bay #","Long",[BargeID]) AS SubFormValues
FROM [tblBarge Information];
With the tblBarge Information being the 1 and the tblBay Information being
the M. The BargeID is the auto# and the Bay # is the data I am looking for.
The fConcatChild being code that I got from the last post.
But when I run my query the SubFormValues field is blank. Any ideas?
Let me know if you need more details.
Thanks in advance.
the SQL for my query:
SELECT [tblBarge Information].BargeID, fConcatChild("tblBay
Information","BargeID","Bay #","Long",[BargeID]) AS SubFormValues
FROM [tblBarge Information];
With the tblBarge Information being the 1 and the tblBay Information being
the M. The BargeID is the auto# and the Bay # is the data I am looking for.
The fConcatChild being code that I got from the last post.
But when I run my query the SubFormValues field is blank. Any ideas?
Let me know if you need more details.
Thanks in advance.