J
Jolene L.U. Smith
I am trying to join 2 tables [in a very poorly designed database] in order to
restore the entire contents of one field in a backup table to that same field
(Yes/No type) in my new table. I have tried an update query, but I keep
getting an error ("not enough temporary disk space...").
I've given up on that approach, after MUCH troubleshooting.
My next idea was to just do it by hand- after first creating a query that
returns all the records in the new table that correspond to the records in
the backup table where there is a YES in the field. This probably wouldn't
be so difficult if the original brilliant designer had assigned a PK, but
that never happened.
Now, when I try to add autonumber PKs to both tables, they both get arranged
differently, even if I sort them the same way first. Why?
Do I have any other options to fix the original mistake?
restore the entire contents of one field in a backup table to that same field
(Yes/No type) in my new table. I have tried an update query, but I keep
getting an error ("not enough temporary disk space...").
I've given up on that approach, after MUCH troubleshooting.
My next idea was to just do it by hand- after first creating a query that
returns all the records in the new table that correspond to the records in
the backup table where there is a YES in the field. This probably wouldn't
be so difficult if the original brilliant designer had assigned a PK, but
that never happened.
Now, when I try to add autonumber PKs to both tables, they both get arranged
differently, even if I sort them the same way first. Why?
Do I have any other options to fix the original mistake?