Results 1 to 9 of 9
  1. #1
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115

    problemi con Evento

    Hello, I have a problem like this: I have a text box that allows you to view a list of titles. For each title is associated with a brief review.
    This review appears in a second text box through code
    Me.FilterOn = False
    Me.Filter = "[IDCD] = '" & Me [cmbCd] & "'"
    Me.FilterOn = True
    associated with the Event "click"


    The problem is that to scroll through the titles on the list, I have to double-click the "down arrow".


    To solve the problem, I tried to associate the command to display the Review Event "turned on" but to no avail. How can I do?
    thanks

  2. #2
    drunkenneo is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    199
    Could you please post database? then it will be good.

  3. #3
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115
    [ATTACH]13514
    Quote Originally Posted by drunkenneo View Post
    Could you please post database? then it will be good.
    Thanks
    Attached Files Attached Files

  4. #4
    drunkenneo is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    199
    Quote Originally Posted by sergran View Post
    [ATTACH]13514
    Thanks
    only solution is the tab index porperty on the text box is set to 0 from 1

  5. #5
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115
    I'm sorry but I do not understand ... can you please give me an example or change the database?
    thanks

  6. #6
    drunkenneo is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    199
    By selecting the second textbox in the database, goto property sheet in the other tab there is tab index property which is default 1 change it to 0

  7. #7
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115
    Thanks for the reply .. indeed it hath solved the problem but I would have preferred that the automatic selection was set to Txtricerca, and then later using the keyboard command "tab" on cmb

  8. #8
    drunkenneo is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    199
    This May be answer to your query...
    Attached Files Attached Files

  9. #9
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115
    Thank you ... the problem is that I do not appear anymore review on the right side

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums