Search results

  1. M

    This may sound stupid

    Ladies and Gents I am wondering if when i run my report is there anyway that the detail of the report can become objects that say i could drag and drop into a Word Doc for example. I am trying to create a tool that will allow me to see all jobs from our maintenance mangement system at work, i...
  2. M

    Problem with SQL looking at field names in database.

    Hi All I am having a problem running a piece of SQL code for a multiselect box that needs to run a query to generate a report, i think i know what the problem is but cannot get passed it and i really need to. I cannot change the field name because it is linked to another db that is for other...
  3. M

    Multi Select Box's

    I am looking to see if anyone can help i have been able to get the multi select function part of my form working but i need another filter in the query for a date but it keeps deleting this part of the query everytime i run the report what i need to be able to do is get all jobs against a...
  4. M

    Time Problem

    I have a problem with a logbook database that i created. We work 7am to 7pm but what i want it to do is that when the clocks turn midnight i want it to revert to the previous days date from midnight till 7am When the user is inputting the data he selects either dayshift or nightshift and using...
  5. M

    Auto Refreshing a subform

    I am trying to get a subform to auto refresh after a period of time, at the moment the subform works of q query and once the main form is updated the subform updates. I need the sub form to automatically refresh say every 10seconds or so. Paul
  6. M

    Saving Record Problem

    Can someone help, i have a form the when you click save if all mandatory are not entered then it posts a message, which works fine, but when i click save (and all fields are correct) and the message comes up "Are these details correct?" if i click no, it still saves into the table. The code is...
  7. M

    Help! With query with multiple checkboxes

    Can somebody help me. I have created a query with the following SQL Statement. SELECT Logbook.Platform, Logbook.Date, Logbook.Shift, Logbook.Discipline, Logbook.[Job Description], Logbook.Tag, Logbook.[Job Location], Logbook.Elec, Logbook.Inst, Logbook.Mech, Logbook.Prod, Logbook.Telecomms...
Back
Top Bottom