Search results

  1. P

    Inclusion of system parameters?

    Can someone assist ...? I need to incorporate a way of showing the date, time and UserID information of the first person to input data to our patient referral Form. In addition, it would also be great to include the UserID of the last person responsible for updating the data? How do I go...
  2. P

    Searching

    Good afternoon all Quick Question: We have a database which allows Users to input patient referral information. Is it possible for Users to search for patient referral data WHILST in the middle of inputting data for another referral? In addition, can anyone point me in the direction of a...
  3. P

    Print one record only?

    Good afternoon all Looking at sites around the web and in particular this Forum, my problem is not uncommon but there does not appear to be a simple, easy to implement solution. Quite simply, I want a Form to include a button, that when selected will only print the current Record and not all...
  4. P

    Dynamic Querying for a Report

    Good afternoon I have had an unsuccessful search of this Forum for an answer … Can someone please assist me? I have a simple Form with a series of bounds fields on. These all relate to Table A. These fields are: Date Referred {which may be unnecessary?} Combo Box B which has values 1...
  5. P

    Exclusive access to update etc

    Advice and direction required … My User Account is part of the Admins Group. This Admins Group has Open/Run, Open Exclusive and Administer permissions to the Database and Administer privileges to all Object Types Every so often, I need to tweak, update or develop the underlying Database...
  6. P

    Parameter and Referencing Issue

    Good afternoon all To date Bob Larson has been more than a tremendous help as I try to engage my dummy brain into MS Access mode!!! I have a problem opening a Form - something somewhere relating to a parameter or expr is causing an issue. In addition, I have a further issue relating to...
  7. P

    Form BeforeUpdate Query

    To all Good afternoon. I have introduced the following check to effectively make the on-call Physician field mandatory: Private Sub Form_BeforeUpdate(Cancel As Integer) If Me.Speciality = "A&E" And Len(Me.AdmittingPhysician & vbNullString) = 0 Then Cancel = True MsgBox "You...
  8. P

    Security mdw issue

    F.a.o Bob Larson As per private mrexcel E-mail, please see the attached zipped file. Accessing the Database and opening using the security mdw file configuration are causing a concern. Regards and thanks. Gary
Back
Top Bottom