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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jawadfrhad

  1. jawadfrhad

    Grid

    hi Chris Miller Now I have downloaded the form, and when I run the form and write the letter j inside the grid, a bar will appear with a value of jawad. Which I want when I type the letter j the results show jawad and moj. Thank...
  2. jawadfrhad

    Grid

    Yes, it is. But I did it and it works for me correctly. The problem with it is that it only searches for the first letter. And if you want to download the form .. I will download it
  3. jawadfrhad

    Grid

    Thank you and thank you for your patience.. I will seek to find someone who solves my problem
  4. jawadfrhad

    Grid

    The problem is that I write the code you sent me inside thisform.column2.text1 And you tell me to make The RecordSourceType property is 1, and the RecordSource property .. This RecordSourceType does not exist inside text1 I'm sorry and I apologize if you didn't understand me earlier and now...
  5. jawadfrhad

    Grid

    Thanks for your response Mike. Great problem analysis. But I think there is something my friend did not know. I would like to send you a picture showing what I want and thank you again. Can you send me an example as in the picture and I will be grateful to you
  6. jawadfrhad

    Grid

    Hello everyone He has a question that was asked on more than one site, and I did not find any answer to it, and the answers were far from my question, so I will ask it here... I want to search for a letter in a group of words and I want all words that start with this letter or in the middle or...
  7. jawadfrhad

    how make row to column

    Thank for you
  8. jawadfrhad

    how make row to column

    Can help me
  9. jawadfrhad

    how make row to column

    https://files.engineering.com/getfile.aspx?folder=5abcea18-33aa-40ba-b0bc-d9fcc5e43735&file=Untitled.jpg
  10. jawadfrhad

    how make row to column

    hi all please help me https://files.engineering.com/getfile.aspx?folder=5abcea18-33aa-40ba-b0bc-d9fcc5e43735&file=Untitled.jpg
  11. jawadfrhad

    hi all i have a table inLi1 conta

    great idea thank you
  12. jawadfrhad

    hi all i have a table inLi1 conta

    hi all i have a table inLi1 contain many records... itemid name uprice 1 ja 9 2 fa 10 1 ko 9 1 ja 20 and i write SQL Statement (MIN): SELECT inLi1.itemid,inLi1.name,inLi1.uprice as uprice1 FROM...
  13. jawadfrhad

    Statement

    wow...Thank you
  14. jawadfrhad

    Statement

    thread184-39951 hi all i have a table contain a million records as the following I want the lowest three prices for each ID (SQL Statement) as
  15. jawadfrhad

    grid

    hi thank for answer me i am define the code thisform.grd1.Column3.combo1.Margin = 0 thisform.grd1.Column3.combo1.BorderStyle =0 thisform.grd1.Column3.combo1.BoundTo= 2 thisform.grd1.Column3.combo1.ColumnCount = 2 thisform.grd1.Column3.combo1.BoundColumn = 2...

Part and Inventory Search

Back
Top