T
Tom
If so, how?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Tom said:If so, how?
Tom said:If so, how?
Rick Brandt said:What do you mean by "join"? If you mean "Can I build a query and use a table
and a non-updateable query as inputs with a join between them?" then you
certainly can do that.
I suspect you are not doing an adequate job of asking your question.
Tom said:I asked this question earlier which explains my
problem better in another thread, but it was not answered.
Let us say that there is a table such as
1 a
2 c
and then another complex query to which records
cannot be added such as
a |calculated value|
b |calculated value|
c |calculated value|
d |calculated value|
Is it possible to join this table and query in a manner
Such that further records can be added to it?
For example I want a query that joins the above table
and query where one can add record
3 d
to the table.
The rules for when a multi-input query is editable are not easy to
predict. I suspect that you would have a hard time getting a query
like that to allow edits. However; since all edits are best done
with a form then you can simply bind a form to the table you need
to do inserts on and use any number of lookup mechanisms to
display the related data from your other query. DLookup() or a
subform would be two such mechanisms that would work.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.