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 TouchToneTommy 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. goldfische

    Apostrophes causing syntax errors

    All of the replies have been most helpful, I have everything reading in and out including Apostophes, I ended up using Global constaints as John suggested. I will try chr(180) for inputs on text boxes too. Thank you all again.
  2. goldfische

    Apostrophes causing syntax errors

    Hello again, I didn't think to add this information at the time of my question (I'm sorry) but I am choosing the clients names that are concatenated in a combo box, and then fill the appropriate text boxes on the form. Here is the code I am using to compare the users chosen client to fill...
  3. goldfische

    Apostrophes causing syntax errors

    Hello, I have a question about retrieving last names from an access 2000 database that contain an apostrophe ', like O’Connor. Is there a simple way to have VB bypass all the apostrophes in the database so VB does not think it is a typo in the sql? Thank you for any help given.
  4. goldfische

    Strange DTPicker Problem

    Thank you Cajun for the input but I have all the attributes the same and it still compiles that error at run time. What I noticed though when I mouse over DTPDateTwo.Value = Temp!DateTwo, The quotes are separated " " unlike the other two dates variables which contain no white space...
  5. goldfische

    Strange DTPicker Problem

    Hello, I have a strange problem with a Date picker, I have a couple on a form that are all the same except for the names. The checkbox is enabled on all of them and the coding is all the same except for their names. One of the DTPickers keeps giving me an error after I add a new...

Part and Inventory Search

Back
Top