Left Join query + form--updateable?

A

Amy Blankenship

Hello, all;

I want to have a form that shows all possible options, even before there are
records that match those options. So I want to have a query with a left
outer join on the "Options" table and the junction table between "Scenarios"
and "Options."

Before I spend a lot of time building forms based on the idea that this will
work...will this query be updateable? If the section of the help that deals
with this mentions this specific type of query, I was too thick to make the
leap.

Thanks;

Amy
 
S

Steve Schapel

Amy,

You can check this out yourself, just by making the query in question in
the query designer, then run it to get the query datasheet, and see if
it's got a blank row at the bottom, or if you can edit or enter data. I
don't quite know exactly what you mean without more details, but my
guess would be Yes, it will be updateable, as long as the field in the
Options table that you are joining on is a unique index.
 

Ask a Question

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.

Ask a Question

Similar Threads

Updateable Query 3
Update-able query 1
Aggregrate Amount in updateable query 1
updateable query 8
Recordset Not Updateable message 2
Getting subform to work 8
Updateable querie 2
Recordset not updateable 1

Top