Recent content by LetterFrack

  1. L

    Query Timer

    Hi Guys, I hope that ye are well. I am running a query that is takes a bit of processing before it displays. I want to put a control on the form which shows the user that the query is processing. I want something akin to what access provides on the bottom left of the screen , except on the...
  2. L

    Turn off Access Validation Msgbox /Error in insert

    Thanks Cheers SJ Both your suggestions work fully. Many thanks
  3. L

    Turn off Access Validation Msgbox /Error in insert

    Hi , Anyone know how to get rid of the access generated validation rule message " Cant append all records in the append query". I have turned off the confirm messages (tool/options/edit-find). I understand what the message means and why its there , but its not needed in the app. Also I am...
  4. L

    Comma Generated Problem

    Hi , Inserting into a table using vba access. Getting an error code when entering in a comma into text box. I know how to solve this problem using asp (vbscript) . How does one solve it using access. Btw When I open a thread , I cant respond to responses (why is that ?)
  5. L

    Code too slow - would arrays be better

    My database app using the following is working effectively but it is dog slow. The app deals with assigning resources to projects. The user selects a resource a project and the date for which the user is on the project. This is accomplished by having a drop down with a startdate and a drop...
  6. L

    Code taking too long

    Hi ,I have written the following code and although it works correctly it is slow in executing. Can anyone help me in optimising its speed. The user has to enter - a resource - a project - a role - a date range (i.e 2 drop downs - they select dates between the date in the first drop down and...
Back
Top Bottom