SUBFORM CODE IN VERSION 2003 AND 2007

N

NEOFYTOS

hello my name is neofytos

i have a text box in a form with the following code

=IIf([EdafoponikiMorfi]=8 And [EdafoponikiDescription] Is
Null;"1";IIf([EdafoponikiMorfi]=9 And [Platos] Is
Null;"2";IIf([EdafoponikiMorfi]=1 And [StandOrigin] Is
Null;"3";IIf([EdafoponikiMorfi]=1 And [StandOrigin]<>1 And [F_TexnitiRecords
subform].[Form]![TexnitiId] Is Null;"4";"OK"))))


this code works properly in Access 2003
but do not work properly in access 2007 (this happens only for the part that
refers to the subform) IIf([EdafoponikiMorfi]=1 And [StandOrigin]<>1 And
[F_TexnitiRecords subform].[Form]![TexnitiId] Is Null;"4";
all others work properly but this part do not work.
 

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

subform problem 5
Need some PWA help 0
vba where Error 3131 8
Populate main form from subform record 0
SUBFORM CODE 1
Using Min Function within DLookup Function 0
help with my code 3
Need help modifying code 0

Top