Search results

  1. W

    Shared Folder Problems

    I'm currently having problems with splitting my database. The situation as present it: - I have a shared folder on my laptop, to which i have given full permission rights to a collegue, in this folder is the backend of the db which i split from a database also sat in the shared folder - I can...
  2. W

    Data Transfer

    Evening Gents. I've created a database which is going to need a fair amount of data uploading into it (a long laborious procedure). My initial plan to cut the work load for one person was to create 2copies of the database and split the upload in half (get two people to do it). However, one...
  3. W

    Timer Function

    Hi guys, im looking to incorporate a timer function into my database. Basically at the moment students can takes test in the 'quiz' form - id like a function that starts a timer once its opened, and then display the time taken in a message box when the test is finished. Any ideas on how i...
  4. W

    Security

    Hi guys, I appreciate there have been a few of these threads knocking around, and ive spent a morning reading them, and going through my Access Book! :) Essentially what I want to do is allow one type of user to have full access rights to the db, and anothe rtype of user to only have read...
  5. W

    Adding Word Files

    Hi there, I am just contimplating the best way to add word files into my database. I know you can add them as objects, however when they appear on the form they seem a bit 'messy'. Does anyone have anytips how to make this look more professional, perhaps the use of links, or buttons? Many...
  6. W

    Reaching the last record...

    Wasnt sure what sub-forum to post this in so went for this one and the VBA one! Hi Guys, I am building a db where part of the functionality includes a practice tests. It is currently working well, with the form moving onto the next question when a student gets an answer correct, hoowever the...
  7. W

    Reaching the last record...

    Hi Guys, I am building a db where part of the functionality includes a practice tests. It is currently working well, with the form moving onto the next question when a student gets an answer correct, hoowever the problem comes when there are no questions left, the code still tries to move onto...
  8. W

    Login VBA code

    Hi there, I have adapted a piece of code to allow users to login into the database. I have two types of users, that of student and that of admin. If the admin logs in I want them to be taken to a different form than ordinary users. Here is the code i have so far Private Sub Login_Click()...
  9. W

    Error in code

    Hi guys, Ive been trying to add search form to my database, and used an example provided in these forums. I am not too upto scratching with programming so maybe I have missed something simple. Basically I took the code provided in the example database and changed the relevant form names, text...
Back
Top Bottom