G
Guest
I've been doing simple joins and turning them into Delete queries for a long
while, but after taking a few months off and trying the same thing they've
stopped working. While researching the problem I've found the "distinctrow"
issue described below. My question is this: When did this become necessary?
I've never had to do it before. Did something in my defaults change? Was
this an upgrade to Access that did it? Something had to change, and if that
was me then I may need to check into a hospital somewhere because I'm not
right in the head.
Here's what I found that solved the issue I was having;
"Try adding the word DISTINCTROW right after the DELETE and before the table
name from which we delete (over the join).
Just for my continued education... If you are using Design View and not SQL
to write the query where would you "tell" it to add the DISTINCTROW command?
Nevermind the previous question... I see you have to choose "Yes" for Unique
Records in the properties box."
Thanks in advance for any help available...
~notDave
while, but after taking a few months off and trying the same thing they've
stopped working. While researching the problem I've found the "distinctrow"
issue described below. My question is this: When did this become necessary?
I've never had to do it before. Did something in my defaults change? Was
this an upgrade to Access that did it? Something had to change, and if that
was me then I may need to check into a hospital somewhere because I'm not
right in the head.
Here's what I found that solved the issue I was having;
"Try adding the word DISTINCTROW right after the DELETE and before the table
name from which we delete (over the join).
Just for my continued education... If you are using Design View and not SQL
to write the query where would you "tell" it to add the DISTINCTROW command?
Nevermind the previous question... I see you have to choose "Yes" for Unique
Records in the properties box."
Thanks in advance for any help available...
~notDave