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 SkipVought 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. Thunder2781

    SQL question and a procedure question

    Thanks for all youre help people :) I have solved the problem. The date fields and the numeric fields didn't need " or ' or & characters and that's what I did wrong. Thanks again :)
  2. Thunder2781

    SQL question and a procedure question

    Hi Randy thanks for your help. But on both lines I get an error. On the first line I get a Syntax error in date, in query expresion #"# but when i change the order of the characters I still get a syntax error. On the second line I only get a syntax error with no discription why.
  3. Thunder2781

    SQL question and a procedure question

    I'm using the following code to insert a record into my table. It's dutch code so I hope you understand :) And it's about the field dat_bouwdatum. On my form the field is not linked to the table because then the insert won't work properly. I tried the following but it won't work: In my SQL...
  4. Thunder2781

    SQL question and a procedure question

    Hi PH, It's not working I get a compilation error that after the Null) Access needs a "=". Could you explain to me what this line does? Thanks so far.
  5. Thunder2781

    SQL question and a procedure question

    Thanks for your quick help :). I have done it a bit different. I have used a check boolean to see if it was true or false and then i used it like you discribed above. But I still have the problem with the date field. I have tried to make it Null but I still get an error that Access could not...
  6. Thunder2781

    SQL question and a procedure question

    Hi all, I have two questions: 1. I have a public procedure that i call in another procedure but in the second procedure I use a Exit sub but then it goes back to the first procedure but I would like to get out of both procedures. So that I return to my form. I hope that i'm clear. 2. I have...
  7. Thunder2781

    Findfirst criteria

    Thanks for your help that solved the problem.
  8. Thunder2781

    Findfirst criteria

    The problem is that it's not working. I will get an error on using that line. I get an error something like value doesn't match or something like that. And I wouldn't like to specify a field but I would like to use a variable for it. Hope somebody could help me out because I have tried it but...
  9. Thunder2781

    Findfirst criteria

    Hi, I would like to do a search in a table with findfirst but I get an error for my criteria. What I would like is something like this: rs.fields(customer).value = search_value Where search_value is a value from a combobox. Hopefully somebody can help because I have tried a lot of different...
  10. Thunder2781

    crc16 ccitt calculation

    I found some good working code at: http://www.di-mgt.com.au/src/basCRC16.txt So this solved my problem. But thanks for your help.
  11. Thunder2781

    crc16 ccitt calculation

    I have found this code but I cann't get it work in VB6 I hope somebody could help me out :) 'This Function is used to format output from hex calculation 'Into a format of iwidth string. This is sometimes neccesary to return also the 'Hight order byte zero. Public Function FmtHex(ByVal i As...
  12. Thunder2781

    crc16 ccitt calculation

    Hi, I'm searching for a normal CRC16 code does somebody have a working version?
  13. Thunder2781

    combobox not in list

    Thanks earthandfire and PHV, I have tried to put after the end if the line txtproject.Requery but then i get an error message that i can do this when i leave the field. But i cann't because then i get the error showed in my first post. And PVH I know that I made that Inner join because i...
  14. Thunder2781

    combobox not in list

    Hi, I know there is a lot of posting here about this topic but I couldn't find a good solution. I will try to clear the situation. I have one form with 3 comboboxes that are all connected to each other with queries But now i would like to enter a new value in the second combobox project with...

Part and Inventory Search

Back
Top