Hey There.
Are you using the default, basic database connectivity in InfoPath? Where
you design the form around a table? if so then you can only query and submit
to one table structure.
If you moved to SQL and web servies you could perform any dynamic query you
wanted and have multiple submits and queries.
Otherwise you would need to use code to get the data. You would figure out
the select statements that worked and then replicate them in code.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> I am using an Access append query to pull data from a linked table and add it
> to an Access table so that the users can then use info path to fill out forms
[quoted text clipped - 6 lines]
> top result from the query.
> Am I doing something wrong or impossible?