javajom
Javajon
- Local time
- Today, 09:26
- Joined
- Mar 5, 2008
- Messages
- 37
Hi,
Having one of those days, code won't work and nor does my office help. I quite new to this and having problem with my loop.
When I run it, it tells me End If without Block If. What must I do to get it to work? Please help???
Having one of those days, code won't work and nor does my office help. I quite new to this and having problem with my loop.
PHP:
name = Forms!orpheus.Type.Value
If (type1(run)) <> name Then
While type1(run) <> name
tp1 = (sales1(run))
tp2 = (purchasing1(run))
tp3 = (firstFix1(run))
tp4 = (paint1(run))
tp5 = (secondFix1(run))
tp6 = (test1(run))
tp7 = (despatch1(run))
End If
Wend
When I run it, it tells me End If without Block If. What must I do to get it to work? Please help???