I am recieving an error 52 when i try to run my aplication. it is a simple application that prompts the user with an Input Box when it is fired up for the first time, meaning intCurrentRecNum = 0 I click Ok to get it going, that is when I recieve the error. After selecting Debug it takes me to...
I am sorry that i don't have an answer for you, hoever, I am having the same problem, I am also running windows 98. It is awfully frustrating. If you figure anything out please let me know.
thanks. If I find anything out I will let you know.
I need to know how to display the current record number of the total records in a label for a database application.
my code looks like this:
Private Sub Form_Load ()
lblRecDisplay.Caption = " Record " & _
CStr(intCurrentRecNo) & " of " & CStr(intLastRecNo)
what's...
I am in a visual basic intro class. We are working on a current project designing a simple database. my skills are novice and I need to know how to design a toolbar that will advance to the next record, go back to a previous record, save a record, and exit the application. I want to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.