No, please reread my previous reply, you just can't get a logic 1 no matter what!.
I can see where your confusion is,
The theorem [tex]X + \overline{X} = 1[/tex] is best read as
The sum of an expression and its complement is always 1
Now let us take [tex]X = \overline{a} \overline{b} c \overline{d}[/tex], it's complement [tex]\overline{X} \neq a b \overline{c} d[/tex], rather its complement is obtained by applying De Morgan theorem,
[tex]\overline{X} = \overline{\overline{a} \overline{b} c \overline{d}} = a + b + \overline{c} + d[/tex]
Here's an easy way to remember this, with complements you "flip" not only the variables, but also the operators. The ANDs becomes ORs and ORs becomes ANDs.
To restate De Morgan Theorem(s)
[tex]\overline{A + B} = \overline{A} \cdot \overline{B}[/tex]
[tex]\overline{A \cdot B} = \overline{A} + \overline{B}[/tex]
Here's a very important thing to notice. [tex]\overline{a} \overline{b} c \overline{d}[/tex] is [tex]\overline{a} \cdot \overline{b} \cdot c \cdot \overline{d}[/tex], there's an AND between the variables that was omitted. It is very common among students to forget that, especially when applying De Morgan Theorem(s).Also, when you are unsure, just do a truth table. You would have known that [tex]a b \overline{c} d[/tex] is not the complement of [tex]\overline{a} \overline{b} c \overline{d}[/tex].
In case you are unsure how, derive the truth table for [tex]X = \overline{a} \overline{b} c \overline{d}[/tex].
Let a new column, labeled [tex]\overline{X}[/tex], consist of all values of [tex]X[/tex] where 1s are flipped to 0s and 0s are flipped to 1s, that is the complement of [tex]X[/tex]
Now you suspect [tex]a b \overline{c} d[/tex] is the complement of [tex]X[/tex], derive its truth table, and compare to [tex]\overline{X}[/tex]. You should find that they're quite different.