Search results

  1. M

    Hide a specific word from the report

    Thank you teacher is the desired verb thank you
  2. M

    Hide a specific word from the report

    I want to hide or delete the words [cartoon] and the word [set] with parentheses when opening the report and keep them in the table Without using the query name table :: sales
  3. M

    Solved Separate numbers from text

    'بفضل الجميع ، تم العثور على حل Public Function ExcludeText(InputValue As String) As String Dim varCharCnt Dim cntr Dim strChar As String varCharCnt = Len(InputValue) For cntr = 1 To varCharCnt strChar = Mid(InputValue, cntr, 1) If Asc(strChar) <= 65 And Asc(strChar) <> 32 _ And...
  4. M

    Solved Separate numbers from text

    النتيجة النهائية لـ 12 عد 60000 حفظ 50000 126000050000
  5. M

    Solved Separate numbers from text

    I want to extract numbers only from the text box containing numbers and letters
  6. M

    Hello all : I want to show a duplicate value between three columns

    إظهار القيمة المكررة بين ثلاثة أعمدة
  7. M

    Solved Is there another way to sort ascending and descending numbers?

    This is what is required sir... Thank you
  8. M

    Solved Is there another way to sort ascending and descending numbers?

    Me.RecordSource = "SELECT tabl1.number, * FROM tabl1 ORDER BY IIf([number] Is Null,0,Val([number])) ASC;"
  9. M

    Solved Is there another way to sort ascending and descending numbers?

    I want to arrange numbers inside the text field (numbers from small to large)
  10. M

    Solved Is there another way to sort ascending and descending numbers?

    I don't want to go to a table and then right-click sort and sort And I do not want to change the data type to a number. There are letters with numbers I want to sort data with a button and a click
  11. M

    Solved Is there another way to sort ascending and descending numbers?

    I want ascending: 1, 2, 3, 4, 10, 11, 101, 121, 133 without using queries
  12. M

    Solved Hello everyone: After the dlookup process, I want to add the seriousness records to the top of the table

    Thanks for all the replies, it was helpful from the replies to the best solution
  13. M

    Solved Hello everyone: After the dlookup process, I want to add the seriousness records to the top of the table

    I want to send new records to the top of a table.. more clarification was written on a form
  14. M

    Solved dlookup for three fields together

    Thank you, this is what is required...and sorry for the delay in replying due to internet line errors
  15. M

    Solved dlookup for three fields together

    Hello: I want to dlookup for three fields together :: value inside non-repeating fields
  16. M

    Solved I want a value (id) once inside the query

    Thank you: this is what I need
  17. M

    Solved I want a value (id) once inside the query

    Hello everyone: Inside a query, a non-repeated record, but the value (id) is duplicate, I want a value (id) once inside the query
  18. M

    Solved Hello everyone, slow down the process of gathering on a form, I want a faster way than this

    Hello to all forum members, I have a problem with the slow process of gathering on a form T1 In the query why the process of collecting on a form is slow, is there another way to speed up the process of collecting on a form.. Thanks everyone, and sorry for the inconvenience
Top Bottom