Recent content by msp

  1. M

    Compare Dates within the same table

    Hi - Thanks all fo your help, managed to get it to work, I recreated the module and tried it again, results as expected
  2. M

    Compare Dates within the same table

    Function validateMessageDate(Mdate) ' determines if another message has occured within 10 seconds of the MDate ret = False NDate = DMax("[MessageDate]", "tbl_BaseData", "[MessageDate]>#" & [Mdate] & "#") If (IsNull(NDate) = False) Then ' determines if next highest MessageDate value in...
  3. M

    Compare Dates within the same table

    I have changed it to a function (and updated the SQL- Thanks) still gives a error, seems to be the # that are causing the problem
  4. M

    Compare Dates within the same table

    Hi I have changed it to a function, it seems to be the # that are causing the issue..
  5. M

    Compare Dates within the same table

    Hi, Sorry still having issues with this, my table is called tbl_BaseData, when i try and run the code given i get the message, but i am getting the error, Runtime Error @2465': Microsoft Access can't find the field "|" reffered in your exession I admidt it is prob me doing something...
  6. M

    Compare Dates within the same table

    I have a table which I want to compare the time of two rows, and if the time is within 10 seconds return the two rows and ignore the other rows. i.e. from the table below it would return rows 3 & 4.. Row Date Computer message 1 28/08/2012 22:11:23 Comp1 Problem...
  7. M

    A USA Boob

    There I was thinking that this thread was about that superbowl half time show...
  8. M

    Team development

    Ability to wash themselves, have a conversation that does not include any reference to Star Track or Star Wars. Really just being able to communicate and convert business requirements into code, oh yes and ability to wash themselves, (I know it may seem I have repeated myself but I know more...
  9. M

    Best one liner in a 'cooler thread

    Wosley Rich Made me laugh
  10. M

    What do you eat?

    And there was me imagining some Scottish Gremlin "Do not Feed him oats after 09:00" ;)
  11. M

    What do you eat?

    My diet is mainly because I like it. I also enjoy cooking from fresh, so that makes a diffrence.
  12. M

    Removal of Image

    I find it amazing that someone would complain, they may be well within their right too but...
  13. M

    User permission Query

    Hi is anyone aware of a query or Stored Procedure I can call that will retrieve all the users and permissions for a particular database. Thanks for any help.
  14. M

    What do you eat?

    Most weekdays, Some fruit for breakfast, Lunch is either bowl of pasta (made the night before) or a couple of sandwiches (something such as Cheese, ham, or sausage) with some fruit. Usually cook the evening meal tonight it is Thai red chicken curry with (I make the red curry paste myself)...
  15. M

    Women Can't be Pedophiles

    I never quite sure why there has to be diffrent forums. I think it was better when there was just one forum for non-technical talk. The tittle of the thread usually gave it away.
Back
Top Bottom