Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dragongunner0351

  1. dragongunner0351

    Controls and Records will NOT update

    I agree Max thanks for the heads up, my head is still spinning from this one, another set of brain cells is always good in working out problems. Once again thanks
  2. dragongunner0351

    Controls and Records will NOT update

    Max I appreciate all of your efforts, I have gone to a backup from last Friday, I have some updating to do to maintain continuity but it does seem to be the best option. Once again thank you for your help
  3. dragongunner0351

    Controls and Records will NOT update

    No problem, I'll give it a go and let you know.
  4. dragongunner0351

    Controls and Records will NOT update

    I was able to edit and manipulate every field in datasheet view.
  5. dragongunner0351

    Controls and Records will NOT update

    Yes, the form -> orders table, subform -> order details table. I am thinking that when there was a momentary loss of a network connection that the DB was put into a locked state. When I initially began looking into this problem I began by going through the various tables looking for anything...
  6. dragongunner0351

    Controls and Records will NOT update

    Hey there Max still no go after the decompile and I have been working with a local copy since the problem
  7. dragongunner0351

    Controls and Records will NOT update

    I found a webpage that describes how to decompile the frontend
  8. dragongunner0351

    Controls and Records will NOT update

    How exactly do I decompile the FE?
  9. dragongunner0351

    Controls and Records will NOT update

    Max, that was one of the first things I tried. I am about to lose my religion
  10. dragongunner0351

    Controls and Records will NOT update

    No, I spoke with one of the users, he was inputing data then as he was saving the record he lost his network connection. He is on a laptop with a wireless connection. From what I have been able to figure is that the database is in some form of a locked state. What is strange is that on some...
  11. dragongunner0351

    Controls and Records will NOT update

    Hello Max, thanks for the reply, yes I do have a fe and be, however when no one is in the DB the ldb deletes, currently no one is in and therefore there is no ldb. Any other suggestions?
  12. dragongunner0351

    Controls and Records will NOT update

    Hello All, today something very strange happened to our DB, none of the records will update, the command buttons do not point were they are supposed to, if I click on a calendar control (example here) I get a cannot update error, I cannot select anything from any combo box controls because this...
  13. dragongunner0351

    Opening form from dbl click blank if no data in control

    Hello all, I have an event that executes when the user double clicks a partNumber Control: code: DoCmd.OpenForm "Product Details", , , "[Products]![ID] = " & Me![Product ID] This opens a details form for that partNumber. Is it possible for it to open a blank Product Details form if there...

Part and Inventory Search

Back
Top