Search results

  1. pr2-eugin

    How to Upload a Stripped DB.

    Hello there, I have seen this many times across the Forum, when some of us ask users to upload the DB.. The responses we get are "The information is sensitive", "The file is too big", "There are over 100,000 records".. Well when I started using this Forum, I did not know how to UPLOAD a...
  2. pr2-eugin

    Currently Month and Next Month

    Glad that you have it sorted. Please refrain from Double Posting : http://stackoverflow.com/questions/29488275/access-criteria-currently-month-and-next-month For more information on Why should you not post the same question in several Forums, read HERE.
  3. pr2-eugin

    Been a while !!

    Okay, how about May 30? The Saturday that follows the Bank Holiday Monday. Would anyone be interested to go for that date? Location still being Bristol? As no one seemed to disagree on that.
  4. pr2-eugin

    Update query running notifications

    Could you please show some code you are using?
  5. pr2-eugin

    Currently Month and Next Month

    Please post the Full SQL, with some sample data. If everything fails, please post a stripped DB. How to Upload a Stripped DB. To create a Sample DB (to be uploaded for other users to examine); please follow the steps.. 1. Create a backup of the file, before you proceed.. 2. Delete all...
  6. pr2-eugin

    Hi people :)

    Wow Rain, think you should make a trip there too. Maybe we could catch up. ;) Or I could come to Aussie next time around :D
  7. pr2-eugin

    Hi people :)

    Vanakam/Namaste? ;) Welcome to the Forum Navi (n?) ! Hope you find the forum useful in your learning curve ! :D Will be in Germany (Kaiserslautern and Frankfurt) end of April.
  8. pr2-eugin

    Currently Month and Next Month

    Could you please post the SQL?
  9. pr2-eugin

    Currently Month and Next Month

    So my guess is the field you are trying to use the criteria is not Date type is it? It is of type Text? If so, you understand why the error !
  10. pr2-eugin

    Been a while !!

    @ Minty, what weekend would you prefer. @Uncle Gizmo, I understand what you mean. Okay what would be a good date? Any suggestions?
  11. pr2-eugin

    compatibility of ACCDE on different PCs

    I have not found an alternate solution unfortunately. I still do two compilations. One for a 64 bit machine and another for a 32 bit. The older version the better. Decompiling and Recompiling will not solve your problem unfortunately !
  12. pr2-eugin

    Currently Month and Next Month

    How about, BETWEEN DateSerial(Year(Date()), Month(Date()), 1) AND DateSerial(Year(Date()), Month(Date()) + 2, 0) ? DateSerial(Year(Date()), Month(Date()), 1) 01/04/2015 ? DateSerial(Year(Date()), Month(Date()) + 2, 0) 31/05/2015
  13. pr2-eugin

    compatibility of ACCDE on different PCs

    Unfortunately, the compiled project should be done on specific bits. As you have already found 32 bit should be compiled in a 32 bit environment 64 bit should be compiled in a 64 bit environment. Now VBA code is not compatible with different bit files so you have to make sure all code is made...
  14. pr2-eugin

    Data picker does not work correctly in subform which is in reports header

    See if there is any method associated with the control that cancels the update.
  15. pr2-eugin

    Record Count after filter update. VBA

    Yes and also in the control_AfterUpdate()
  16. pr2-eugin

    Been a while !!

    @Isskint > That is bad. :( @Uncle Gizmo > Thought that might be a suitable time, given the fact many of us would have it off?
  17. pr2-eugin

    Record Count after filter update. VBA

    Try RecordSetClone and in the AfterUpdate event of the ComboBox, use the same code.
  18. pr2-eugin

    Been a while !!

    Hello peeps (in the UK) ! It has been a while, since we met up. The last time we did was in London - September 2014. Wow, it has been 6 months already and I feel it is time we made the effort to meet up. I am sure some of us would agree. Last time, we did try to make the effort of asking people...
  19. pr2-eugin

    #NUM! Replacement

    Could you please show us the query?
  20. pr2-eugin

    Remove Item From Combobox

    You mean remove it from an option. Or just remove the selection?
Back
Top Bottom