P
Peter
Hi All...
I use a popup form to copy text from textfield from an open form..
I want to use this code
If Forms.[Fruitsbasket].[Fruits] = "Yellow" Then
Me.[Fruittype] = "1st_Banana"
End If
I want to use five If's..but for some reason..it does not fire the first
line of IF code...why is that?
Thanks!
I use a popup form to copy text from textfield from an open form..
I want to use this code
If Forms.[Fruitsbasket].[Fruits] = "Yellow" Then
Me.[Fruittype] = "1st_Banana"
End If
I want to use five If's..but for some reason..it does not fire the first
line of IF code...why is that?
Thanks!