Search results

  1. M

    Update records with a checkbox

    Won't let me save. Error msg says Extra ")". I think all the opening/closing brackets in my code check out.
  2. M

    Update records with a checkbox

    Hi James, Thanks for the updates. Yes, setting the warnings on and off works great for my purpose. Hi vbaInet, Although, I'm able to accomplish my task with update query method, just curious what I was doing wrong in your method. Please review the SQL if you have time. I appreciate both of...
  3. M

    Update records with a checkbox

    Hi VbaInet, I'm sorry I read the post from my cell phone and didn't see your reply after James first reply. I was referring to his code. Thanks for your help as well. Here is what happens when I try your suggested code: First, nothing happens when I write the code for After Insert Event of...
  4. M

    Update records with a checkbox

    James, thanks the replying so fast.Update query works fine. The only issue with that is that it prompts user that an update query is about to run and gives user the option to proceed or cancel. I am hoping i can accomplish this without any user prompt and make it almost invisible process to...
  5. M

    Update records with a checkbox

    Hi, I have a main form (AccountInfo) with subform (ReviewInfo) in it. Subform contains multiple reviews done on the Account# showing in main form. I am trying to make only one of the reviews as ACTIVE review. I have a checkbox field in my table from to which the ReviewInfo subform is bound...
  6. M

    Pick values from embedded unbound excel sheet onto the form

    Hi Bob, Thanks for the reply. I tried the code you mentioned but it didn't work. This is the error msg I get: "438 Object doesn't support this property or method". Any other tips? Thanks,
  7. M

    Pick values from embedded unbound excel sheet onto the form

    I am trying to pick values from an unbound OLE object. Can you help me with the following: 1) I have a form which has a field AccountBalance. 2) I have embedded an unbound OLE excel object which consists of some simple additions and subtraction calculated cells. This sheet is embedded in the...
Back
Top Bottom