Search results

  1. .Justin

    Basic Search Form

    Hi All, I am making a database for my A Level course work. It is a Private Ambulance Service Control Room System. Bascilly it logs incidents where there vehciles are assigned to. At the moment to produce a report I have got a parmaiter query which is basiclly [Enter Incident Number] What I...
  2. .Justin

    Data Owner & User Access Level Security

    I am also intrested in this.
  3. .Justin

    Basic Login Script

    Hi All, Happy New Year! I am running the following code on a simple A Level coursework Database. If IsNull(Me.quserid) Then MsgBox "You must enter your username." Exit Sub Else If IsNull(Me.qpassword) Then MsgBox "You must enter you password." Exit Sub End If If Me.qpassword.Value =...
  4. .Justin

    Time Button

    Nope because they are updated at different times. A unit may be mobile at 09:54 and may not be clear unit 10:34
  5. .Justin

    Time Button

    Hi All, I am making a system for A Level coursework for a real end user client. The system logs incidents for a private medical company when they cover medical events. They need to input different times for where the vehicle or unit is at different statuses during an incident. Is there a way...
  6. .Justin

    Update Values

    Hi All, I am making a wall board that will be displayed in our central control hub for a private medical firm. It is only meant to be basic and just give a basic summary of the current events. The wall board looks up values from a data entry workbook where the controller inputs data such as...
  7. .Justin

    Excel Refresh

    Hi All, My friend has given be the following code to use for my spreadsheet to update automatically. It currently does this every minute. Is it possible to allow this to happen every 10 seconds and if so where do I change the code? As I can see nothing obvious. Thanks Public RunWhen As...
  8. .Justin

    Auto Update

    Hi there, I have a macro that i would like to run automaticley every day 10 seconds? I can;t work out how to do this... Would someone be able to help me please? Excel Version 2007
  9. .Justin

    Basic & Simple Question But I Am Thick!

    Thanks Kindly!
  10. .Justin

    Basic & Simple Question But I Am Thick!

    Hi there, What I have is 6 fields: Time Allocated Call Time Mobile Time On Scene Time Leaving Scene Time At Destination Time Clear What I want is a basic code so when I click a button it will put the current time in for example if its 23:29 that the team is allocated the call i can click a...
  11. .Justin

    Relationship Help

    Okay I'm a newbie when it comes to access I can make a table form etc but when it comes to relationships I don't understand it full stop. I have mentioned before I am trying to make a database for my dads volentry medical service. This database would be for when they cover big event over a...
  12. .Justin

    Notes Box...

    Noooo You type it in the box below the memo click add entry and it cuts it intot he memo feild?
  13. .Justin

    Opening Forms

    Yer sure :) User: JWilliams Password: avon you will need to hold down shift when opeing it to get the nav bar up :)
  14. .Justin

    Opening Forms

    Nope still opens on the frist record and shows one of one... Could it be releationships?
  15. .Justin

    Opening Forms

    Its a simple Macro: Form Name: Add Details To EPR View: Form Filter Name: Where Condition: Data Mode: Add Window Mode: Normal I have also tried Data Mode in Edit
  16. .Justin

    Notes Box...

    I can't think of the type of box to save my life so I have a screen shot of one. What I would like to know is how to make one the simpler the better! So you type in the details you want then click add so it saves it into a box on that form and you can repeat it? If that makes sense?
  17. .Justin

    Opening Forms

    Data Entry is set to No. I also meant to add that when you open the form it automaticly goes stright back to record 1 with all the details on it not a blank form.
  18. .Justin

    Opening Forms

    Hi I have made a very basic, simple medical database for a Voulentry Medical Provider. It allows the user to book in a patient at reception and then be followed in triage and treatment to be recorded. The form is a pop up from a custom made switch board and does have tabs. The problem i have...
Back
Top Bottom