jackie1948
Programmer
OK you guys the WOI (Wall of Ignorance) is standing in my way. Will someone please peck around the the end of this wall and give me a helping hand.
Here is my question. I have a next button that does nothing.
SKIP
IF EOF()
=MESSAGEBOX("This is the Last Record.",0+64+0,"FYI"
GO BOTTOM
ENDIF
ENDIF
THISFORM.REFRESH()
what is wrong here?
I know you need more info. I have a form that has a name text box. after entering a name (last first MI)all one field. Then enter, a listbox displays the yrly historys on that person. PROBLEM: what if I entered smith john and I got smith john a. How can I hit the next button till I found the smith john that I was looking for.
Here is my question. I have a next button that does nothing.
SKIP
IF EOF()
=MESSAGEBOX("This is the Last Record.",0+64+0,"FYI"
GO BOTTOM
ENDIF
ENDIF
THISFORM.REFRESH()
what is wrong here?
I know you need more info. I have a form that has a name text box. after entering a name (last first MI)all one field. Then enter, a listbox displays the yrly historys on that person. PROBLEM: what if I entered smith john and I got smith john a. How can I hit the next button till I found the smith john that I was looking for.