Search results

  1. W

    How to requery data on a form automatically

    And on which property would this code go on I think it is onCurrent property but not sure THANK YOU
  2. W

    How to requery data on a form automatically

    I am having trouble with forms When i change data in a form and run an update query, the query does not recognise these changes and updates the wrong number of fields because of this. How do i resolve this problem so that when i update any data on the form it refreshs itself and so the query can...
  3. W

    Password protecting a single form

    no problem thanks for the replies
  4. W

    Help with message boxes

    Thanks a lot SJ McAbney the code works the module works THANK YOU thank you also to charityg, but as i am a beginner in VB i did not uderstand how to work your code
  5. W

    Password protecting a single form

    i have placed a password on a number of forms. How it works is i have a sort of main menu with a number of buttons on them to open a number of forms. When i click on the button it asks me for a password then opens the form Here is the code for my form "frmEditMemberDetails". On the form...
  6. W

    Help with message boxes

    I have a macro which runs four update queries, which means that when it is run four update messages appear (you are about to update ... rows etc. etc.). How do i stop access from displaying these prompts and just update the records. Any suggestion such as VB would be appreciated. If there are no...
  7. W

    Find data not found in another table

    THANKS A LOT I now have found the inactive members THANKS
  8. W

    Find data not found in another table

    How do you find data that is not found in another table, for example, a video rental shop, a member that has not made a loan, the member's details not found on the loan table. How do i find those members using a query. I thought it had something to do with Null searches but it didn't work...
Back
Top Bottom