Thank you all for your patience with me ... There may be a problem here .. Having a command in the table will shake the whole table ... Problem solved thank you
It was explained in the video that when entering data there is vibration in the records... Is there a solution to stop the vibration of the records when entering data... And thanks to everyone
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
'بفضل الجميع ، تم العثور على حل
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...
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