Full Outer Join not Union to produce an updateable query

L

Lori Zorr

I do not want to use a union query as I need the recordset
to be updateable.

I have 4 identical queries (same field names) that I want
in one query and I want that query to be updateable- Any
help----

I have searched all over----
thanks in advance,
lori
 
N

Nikos Yannacopoulos

Lori,

AFAIK this is not possible; why four separate queries? Are they reading from
different tables that have the same structure? In that case the real problem
and the solution are in your design: unify the tables into one, adding one
extra field to tell you whatever the different tables tell you under your
current design.

HTH,
Nikos
 
G

Guest

Thanks Nikos I was afraid of that....

I am pulling information from a very badly designed sql
Database through linking which has all these tables with I
need to unify. I know it should be all in one table since
there are only 2200 records but I am stuck with the bad
underlying design- Any suggestions short of running a make
table every time we open the access database???

Thanks,
off newsgroup I am at (e-mail address removed)
 

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

Top