J
Jim
I have two tables that are joined together, and I want to perform an INNER
JOIN kind of procedure based on a 1-to-many relationship. I have the join
working, and even with using the DISTINCT keyword I am returning four sets of
eight records.
If I was coding this application using something like VB 6 or VB.net I could
iterate through the result set using a control break and everything would be
fine and dandy. Is there a way to do something like this in Access? I
eventually want to use this result set to populate fields on a form and/or
report. Any ideas?
Thank you in advance.
JOIN kind of procedure based on a 1-to-many relationship. I have the join
working, and even with using the DISTINCT keyword I am returning four sets of
eight records.
If I was coding this application using something like VB 6 or VB.net I could
iterate through the result set using a control break and everything would be
fine and dandy. Is there a way to do something like this in Access? I
eventually want to use this result set to populate fields on a form and/or
report. Any ideas?
Thank you in advance.