Search results

  1. U

    Formatting dates (months)

    Thank you - that was too easy! OK spoke too soon - it worked in a database in the 2000 version, but not in the 2003 version. Is there something different?
  2. U

    Formatting dates (months)

    I want the date 'August 15, 2007' to display as 'August 2007'. Suggestions?
  3. U

    Updating tables

    Same problem OK - so I want to do the same thing in a new database, but the exact same code won't work here. It's been awhile, but how do I check for the references again (particularly DAO)? Thanks.
  4. U

    Creating Shortcut

    I created a shortcut icon on my computer to access an Access dB that's located on the company server. The Access db opened, but immediately froze and wasn't able to do anything (not responding). Any suggestions as to why this happened and how to fix it?
  5. U

    Mouse options

    Is there an option so that turning the mouse wheel will scroll through the screen rather than scrolling through the different records in a form? Thanks! :confused:
  6. U

    linking names and addresses

    OK - So I can see what you're doing with the Query, but I am getting an error in the ID and address controls on the follow-up form. I created a fake database to test the code, and I'm still having trouble. Are there Access settings that might prevent me from executing your query from the form...
  7. U

    linking names and addresses

    if it's easy enough to post an example that would be great. thanks so much!
  8. U

    linking names and addresses

    This might be a basic Access application, but I'm having trouble. I want to create a name and address table that will include all patients in my clinic, identified by unique patient ID numbers. I then want to create 3 other tables for the information collected at the 3 appointments I will have...
  9. U

    Updating tables

    Thank you! Thank you! It worked. Now I can die peacefully.
  10. U

    Updating tables

    Yes, it is the same. When I run the code, it stops at the .edit line and produces the error code.
  11. U

    Updating tables

    I just checked - I have references to VBA, Access 9.0 object library, ActiveX object library, DAO 3.6 object library, and OLE automation. Should I have reference to anything else?
  12. U

    Updating tables

    I have a button on a form that queries my table for observations that meet a certain set of conditions, and then updates a field to mark these observations. But I keep getting the error message 'Compile error: Method or data member not found.' I have used the code successfully in a previous...
Back
Top Bottom