Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125

    Form Mystery Record 159

    I have a development Form Gallery that I was using to update a Memo field for CarvingNR 159 and made an unknown key stroke and the form disappeared. In the table Adv_Carving_Table the data has IDCarv = 216 and all data appears to be good and the external picture folder is okay also; since I was inputting notes in the memo field, I wonder if there could be a hidden code there causing this effect, but how to search it out. I can view any carving number before or after # 159 with perfect results and view the pictures. When I choose # 159 the Form disappears and is replaced with a blank data sheet/design (?) view. Itried the compression repair, exit Access 2010 and returned, imported the production version of Form Gallery and rebooted my PC all to no good effect on this weird problem. Open for any suggestions. TIA Phil

  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,632
    Want to provide db with this issue for analysis?
    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
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    I would love for a professional to see this problem but the compressed db is 1,132 KB and the external picture folder is 317 MB (uncompressed). I to not have an on-line storage place to upload to.
    I tried another idea, I removed the memo note I was updating - no good! Can we try a few fixes before uploading somewhere, it would be nice to be able to pare down the problem. TIA Phil

  4. #4
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    Things are getting stranger! I brought up the productiondb that I haven't touch since placing it in production (Thursday, ‎May ‎9, ‎2013, ‏‎5:11:12 PM). I am experiencingthe same phenomena there also. It seems to me that the only commonalitiesare my PC and Access 2010. Same thing with the older production db. Suggestions? TIA Phil

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    How about just importing the table in question into a new db and then zip it up and see if it will post?

  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,632
    1,132 kb is small db. 2mb zip is allowed as attachment to post. Can probably do without the images.
    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
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    The ZIP database Gallery159 is attached. I suspect you will not be able to duplicate the problem, if that is so, I think I will need to reload office 2010! Ouch! To duplicate problem, load Form Gallery and key in 159 in the ComboBox. June7, I know you won't like the Picture Control, truth is, I could not come up with workable code! TIA Phil
    Attached Files Attached Files

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Needless to say I cannot find anything wrong with your Adv_Carving_Table. I was using ac2007 at the time. I was wondering why you chose to find the record with a Wild Card lookup in the Query instead of just going to the record in the AfterUpdate event of the ComboBox. Then no Requery would be necessary and your problem would probably go away.

  9. #9
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    Adv_Carving_tableis included in the uploaded zipped Gallery159 db in previous pos. TIA Phil

  10. #10
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I know, and I see nothing wrong with it.

  11. #11
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    Thanks for your response. The initial concept for the Form included displaying data from multiple tables including a Picture Table, (currently only two Tables are accessed) and I did not know any other way to associate multiple Tables to a Form. Still learning some basics as I go, LOL! TIA Phil

  12. #12
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    As you probably know, a query looks just like a table to a form and a query can join more than one table in the recordset if they have a relationship. Use the ComboBox wizard and add a control to your form and select option #3 and see how it works.

  13. #13
    justphilip2003 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2013
    Location
    Ohio
    Posts
    125
    I'm sorry but I do no understand your instruction. Do you mean select combBox Wizard Category #3 "Form Operations" if so what action #1 "Apply Form Filter" or #6 "Refresh Form Data"? TIA Phil

  14. #14
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    The ComboBox wizard will allow you to place a new ComboBox on your form. When it does it starts asking questions and the first one has three possible answers. Select answer #3 and complete the wizard. Then try that ComboBox and see if it does what you need.

  15. #15
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    I also do not have any problem selecting #159 and viewing record.

    If you must use mdb file then the Image control will not have ControlSource property and the Attachment field type is not available and then I think VBA is the only way to dynamically display images.

    Cannot use single form to enter/edit data into multiple tables. Do you want to be able to edit data on this form? What is purpose of unbound Path and Message textboxes?
    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.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 03-09-2013, 10:39 AM
  2. Mystery Mismatch in Data Type
    By KelleyM in forum Queries
    Replies: 3
    Last Post: 09-11-2012, 12:14 PM
  3. Replies: 3
    Last Post: 08-26-2012, 10:04 PM
  4. Replies: 2
    Last Post: 07-30-2012, 09:18 AM
  5. Calendar Mystery
    By BankWalker in forum Forms
    Replies: 0
    Last Post: 02-16-2006, 01:29 PM

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