Recent content by Verda

  1. V

    search macro

    hey guys this is working now.
  2. V

    search macro

    hey guyz. i've made a query which asks for "fullname" and then takes the user to a form with records of patients with that name. on that form is a button which should take the user to the particular record. however when the user clicks on the button it takes them to the form and the very first...
  3. V

    "X" button

    hey guys how do i create a new module to close the application from the "exit application button on the switchboard" and not the Microsoft Access Window!? Also how do i get an error message of "Are you sure you want to quit"? can someone please explain without using too much technical terms as...
  4. V

    Error Message

    aahh right! thanks!
  5. V

    Error Message

    i deleted the "Exit application" button so the user can now exit from the switchboard and it seems fine. thanks anyway.
  6. V

    Error Message

    when i press the exit application button the error message comes up as "compile error expected end sub"
  7. V

    Error Message

    When I exit my database i get this error message. What is causing this? Private Sub Command80_Click() On Error GoTo Err_Command80_Click DoCmd.Quit Exit_Command80_Click: Exit Sub Err_Command80_Click: MsgBox Err.Description Resume Exit_Command80_Click
  8. V

    Linking User Manual

    okay firstly thank you for your post! secondly, i'm really new to this stuff and i don't understand half of what you have said. :$
  9. V

    Linking User Manual

    I want to link a user manual guide from the access database. so when the user clicks a word document opens up. what is the best way of doing this? also are there some standard ways of making user manuals, for instance standard formats etc? any help is much appreciated.
  10. V

    Conditional Format Based on Previous and Current Record

    now THAT is what i call COOL!
  11. V

    Conditional Format Based on Previous and Current Record

    hey thanks for your reply Chris. I tried that peice of code, but i wasn't too sure exactly where to place it. i'm pretty new to this whole thing. i've attached the database. any further advice on where i can attach this piece of code would be highly appreciated. thanks.
  12. V

    Multiple problems

    hey boblarson, your absolutely right there. but i'm a bit confused as to solving this problem. can you offer any further guidance?
  13. V

    Multiple problems

    Thanks for your reply. What I'm trying to create is a query form with all the fields from every table (apart from a few IDs) i think want to use this query as a report so the user can print it out. Is this the correct way of going about doing things?
  14. V

    Multiple problems

    when i ad a patient record it multiplies several times causing multiple records and multiple entries in the report pages which increases to 90 pages! anyone know what is going on!? where am i going wrong!?
  15. V

    Conditional Format Based on Previous and Current Record

    bumped.... i want to alternate colours, red for female patients and blue for male patients for each time their sex is determined. i'd like the whole forms background colour to change. what is the best way of doing this using Access 2003. thanks a lot guys.
Back
Top Bottom