Recent content by SLS_GIS

  1. S

    Hello from WV

    I was given a couple options, but being new to code, I don't know how to insert the new code into what I already have, which I found online. I guess I need to give more detail of what I have.
  2. S

    Hello from WV

    Ranman256, if you have a chance, please see my other post. I'd appreciate it. Thanks.
  3. S

    Hello from WV

    Boundary descriptions in WV vary greatly, but are mostly linked to physical features such as trees, rocks, streams, hills, ridges, roads, etc. Many of the older land grant and patent surveys are large square or rectangular tracts, some upwards of 5000 acres each. Many of our southern counties...
  4. S

    Multi-Variable Search List Box

    Hopefully this makes it more clear. Thanks again. Private Sub SearchFor_Change() 'Create a string (text) variable Dim vSearchString As String'Populate the string variable with the text entered in the Text Box SearchFor vSearchString = SearchFor.Text'Pass the value contained in the...
  5. S

    Multi-Variable Search List Box

    Here is the code I'm using. I'm still new at code, so I don't have a total grasp of what it all means. Some of my cells contain commas, so would your suggestion work in that case? Thanks. Private Sub SearchFor_Change() 'Create a string (text) variable Dim vSearchString As String...
  6. S

    Multi-Variable Search List Box

    I have a simple database that contains Job data. Each Job has an individual Job Number and various other fields such as Client, Name, State, County, District, etc. As of right now, I have an unbound search that returns results in a List Box. For example, if I type "Smith", it searches every...
  7. S

    Hello from WV

    Hello from West Virginia. I'm relatively new to Access but have been self-teaching for a little while. I have a background in Art, GIS and Title Research but am recently placed in charge of a small database. Trying to get over this learning curve and achieve some goals. Hope to find some...
Back
Top Bottom