Search results

  1. S

    Need Help with Access

    In the database is a field gotolot where I want to key in a number and find that number in Lotno which is also in the database. I am trying to do a random lookup. These are also fields in my form.
  2. S

    Need Help with Access

    This is some simple code I wrote. I run it through debug and get no errors. When I put quick watch in the debug they show <out of context>. I have tried everything I can think of and nothing works. Public Sub txtGoto_Enter() Dim MyString As String Open "C:\Residents\Residentvb.accdb" For Input...
  3. S

    Hi I am new at Access programing. I have read everything I can find about Access, but nothing wants to work.

    This is some simple code I wrote. I run it through debug and get no errors. When I put quick watch in the debug they show <out of context>. I have tried everything I can think of and nothing works. Public Sub txtGoto_Enter() Dim MyString As String Open "C:\Residents\Residentvb.accdb" For...
Top Bottom