Search results

  1. Prince

    Move to next field automatically

    Good night I have made three text boxs next to each other. the first holds 2 didgits and the other two holds three digits each. Here is the question: Is it possible to make the curser moves automatically from the first text box to the next when the user enters the two digits of the first field?
  2. Prince

    Processing Chart

    Good afternoon everybody When we install a program we see a chat contains a link of moving tringles showing that the PC is processing the installation I had created a button in a form to import a file and this file is a huge one. here is the question: Can I add a animated chart like that we...
  3. Prince

    Array in two forms

    Good night everybody I would like to use an array in two forms to validate some data . I tried to declare it using public but an error message appear? anyone have a suggestion. Thanks for any help.
  4. Prince

    Search For Field

    Thank u
  5. Prince

    Control tip text

    Thank you very much
  6. Prince

    Control tip text

    Hello Mile-O-Phile I actually I don't need to display the source of the field. I will actually display some calculations about the field. But If I know how to display the source I will be able to do what I need.
  7. Prince

    Group summery

    Good morning In reports there is a feature that allows to add (e.g) textbox to diplays (e.g) the number of the previus group. So , if you have 4 groups at the end of each one it will displys the count of that group. Can we do the same with a form?? If yes How? Thanks for any help.
  8. Prince

    Control tip text

    Good Morining I have created form from Query. It contains several fields from different tables. here is the question: How to make the control tip text displays the source of the field(table name). Thanks for any help
  9. Prince

    Search For Field

    Good Morning Two questions 1-I have created a text field form and to search for account number which is Dim N As Boolean N = IsNull(Text40.Value) If N = False Then Me.Recordset.FindFirst "AccountNumber = " & Text40.Value Else MsgBox "You didn't Enter Account...
Back
Top Bottom