Search results

  1. B

    PK not auto-adding

    Ok the long and short is this, my main table is Patient Registration details, which includes a universal PK (field is called RGID) that links to all other tables in my db. I'm setting up a query that will add appointments to my appointment table. The PK in tblAppointments is an autonumber, but...
  2. B

    Button opens form with specific data

    Thanks to everyone, worked a treat!
  3. B

    Button opens form with specific data

    I've now tried this a few times with no luck-- you know how you add a button on a form that will open a further form. You can select "Find specific data to display". Well, when I selec that option (which I want to do) up comes the screen where you can match the criteria. I find that my "left"...
  4. B

    Replacing acSaveRecord

    Hi, Thanks in advance for any help anyone can give. I've got a db that I'd like a group of users to have read-only access to, which I've set through UserLevel Security. Problem is, it is a database of patient records that has a search box whereby you enter in the ID of the patient, click...
  5. B

    Question How to make a Read-Only Clone of a db

    I've recently started in my post and I've inherited a slew of pretty big databases from my predecessor, who, unfortunately did not leave a user guide on where everything is (there's around 85 pages of code). The main database contains patient records. It has a clone that is a read-only...
  6. B

    Locking a Record

    Tried that, but I could still edit the fields when I view my saved records via switchboard (I've got two buttons, one to view the saved records, and one to add a new).
  7. B

    Locking a Record

    Hi, first post, hopefully someone can help me. I'm building a database to audit the use of "Do Not Resuscitate" forms at the hospital I work at. To capture the use of each DNR, I've got a form to enter a series of Yes/No questions for each patient. What I want to do is, to ensure that noone...
Back
Top Bottom