Results 1 to 13 of 13
  1. #1
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145

    Double Click feature is where in this database?

    Okay I was under the impression that there was a double click feature on the item in this form but apparently it doesn't or I cant find it but when I double click the item it opens the edit feature???

    There is supposed to be a double click that opens the edit feature but another problem is that it only work on the first record in the form???

    I looked at the query also looked at the Table and criteria nothing was anywhere but I would hope that there is another way to make a double click event that I am just missing???



    Here are some pictures of the database and the problems I am facing.
    Click image for larger version. 

Name:	222222222222222222.jpg 
Views:	15 
Size:	216.0 KB 
ID:	17208Click image for larger version. 

Name:	222222222222222.jpg 
Views:	15 
Size:	152.6 KB 
ID:	17209Click image for larger version. 

Name:	22222222222222.jpg 
Views:	15 
Size:	200.1 KB 
ID:	17210

    DLDB.zip

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    I opened the form and there are no records. There is also no code in the form module.

    The double click event is On Dbl Clk on the Event tab.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    DLDB.zip
    try this database

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    The code is in the Detail section OnDblClk event, not the Item textbox.

    The code works for me.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    Well I have tried and tried But this is my conclusion:
    The problem is that the first record will open the edit form but the rest of the records will not.
    On the other forms it works but on the Active form it doesn't work for the rest of them only the first record.
    Click image for larger version. 

Name:	011551101.jpg 
Views:	10 
Size:	163.6 KB 
ID:	17218

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    The form displayed in your original post is frmFabrication_Schedule_Active. The code works when the form is opened independently. No idea why it fails when a subform. The code for all the forms is associated with the Detail section.

    I don't use macros, only VBA. Here are guidelines for debugging macro http://support.microsoft.com/kb/89610.

    I also don't use Navigation Form.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    Okay well i guess I will have to just figure it out idk i cant get it to work either way even the way you said that it does work I just get nothin

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    This is weird. Now the form is not working even when opened independently. I swear it was.

    I added a textbox bound to FabID and now the double click on any record opens form to selected record.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #9
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    What bound did you add???

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    A textbox with ControlSource set to FabID field.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  11. #11
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    That works for me as well thanks do you know how I could change that is there not a way?

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Change what? You don't want the textbox on form? Just set it as not visible.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  13. #13
    Z1nkstar's Avatar
    Z1nkstar is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Mar 2014
    Location
    TX, USA
    Posts
    145
    well duh ok now I feel stupid ha thanks

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

Similar Threads

  1. double click to open
    By spleewars in forum Programming
    Replies: 7
    Last Post: 05-22-2012, 11:52 AM
  2. On Double Click go to Subform
    By Theremin_Ohio in forum Access
    Replies: 2
    Last Post: 03-30-2011, 08:03 AM
  3. Double click combo box to add data
    By sam49 in forum Database Design
    Replies: 29
    Last Post: 03-28-2011, 08:58 AM
  4. Opening another form by double click
    By chrisjack001 in forum Access
    Replies: 1
    Last Post: 10-13-2010, 02:19 PM
  5. Rescrolling in ListBox on Double Click
    By jackkent in forum Access
    Replies: 6
    Last Post: 09-28-2010, 11:56 AM

Tags for this Thread

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