Search results

  1. T

    trying to convert SQL query to Access, don't know where to start

    In this SQL code, what does the '% %' mean?update #TL19NoteHold set NoteDate =left(Note,InStr('% %',Note)-1), Note = right(Note,len(Note)-InStr('% %',Note))
  2. T

    trying to convert SQL query to Access, don't know where to start

    thanks for the help Wayne. I will be working on this throughout the day today and will post up if I have any other questions.
  3. T

    trying to convert SQL query to Access, don't know where to start

    I just started working for a company the other week and they threw this query onto my lap with an unrealistic deadline. My programming experience is primarily in VB6, so I am not completely familiar with coding Access queries. I was given code that was written for SQL, and the programmer that...
Back
Top Bottom