Search results

  1. 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...
  2. 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
  3. 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.
  4. 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!?
  5. V

    Scanning Document

    How do you scan a document e.g a photo or a word document which is unique to one patient for example and save this in the database? for example for each patient i want to scan in a hand filled document of their 7 day diary. this document is only unique to them and i want to save this in their...
  6. V

    How to place two tables on a tabbed form?

    trying to make a tabbed form, but it will only allow one tables content on the form. how can i get multiple table fields on the different tabs? e.g emplyee work details (table 1) is on one tab and employee home details (table 2) is on a second tab. any help would be appreciated. thanks.
Back
Top Bottom