Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jwilso

    Comparing data reader value to text control string

    I tried ToLower and trimed the end of both strings and they still evaluate false. Any other ideas? -JW
  2. jwilso

    Comparing data reader value to text control string

    I am positive this piece of code was working the other day and can't figure out why it isn't finding values to be equal. cmd.CommandText = "SELECT * FROM Collection WHERE CollectionType = '" & Me.Cmb_CollectionType.Text & "'" cmd.Connection = SqlConnection1 SqlConnection1.Open()...
  3. jwilso

    Random AutoNumber

    I created a design master and replica, during its creation the wizard apparently changed all of the AutoNumber Fields from incremental to random. Access will not allow you to change the field back to incremental. I am wondering if there is a way to change the field back to incremental without...
  4. jwilso

    Linking Unbound Controls in a Subform to the Current Row

    How do I link unbound controls to the current row in a subform. I am currently trying to create a subform that allows users to enter values into multiply unbound controls in a row in a subform. To save space, I don't want to create a field for each control. I am using a procedure to place the...

Part and Inventory Search

Back
Top