Search results

  1. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Thanks for this, much appreciated!
  2. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Thanks for this Gasman, really appreciate it. 32 bit is fine, thanks
  3. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Thanks for this. Haha, no I certainly haven't been banned from any forum so definitely not that!
  4. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Yes I have tried this but despite registering for a UA account I have never received the validation emails. I have tried resending them and using a different email address but nothing comes through. I have also emails the moderators but no response there so am a bit of a loss on that one. Its a...
  5. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Thanks Gasman, yes that link works but there is no download link in that thread. You then need to goto post #5 and click that link which then doesn't work for me? Out of interest are you able to download the file on post #8 of the following link as again it won't let me for some reason...
  6. O

    Creating a Form that looks like a monthly calendar to input employees work schedule

    Hi, I am really interested in the Peter Hibbs calendar module discussed in this thread. I get errors for the links to it on UtterAccess, does anyone know anywhere else I can obtain a demo copy? Thanks
  7. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Thanks, no confusion is not great and whilst downgrading to 32 bit is a fix in the short term it doesn't bode well to leave known issues in the DB that will come back to bite you going forward on 64bit as and when MS pull the 32 bit option! I will look at your audit log idea, thanks. In answer...
  8. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Thanks, I could do this but as per my previous post the crashes are not related to the task module, they occur randomly from just about anywhere. It’s only that they have started since the task module was introduced back on 15/05. The obvious source would be the tasks but if it’s crashing when...
  9. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Thanks again for your response, and the answers to your questions are where my confusion starts. My method for tracking down the source of the issue was to create an Excel log that all users were instructed to record details of every crash they experienced. By doing this I hoped to find a...
  10. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Thanks very much for this detailed response, extremely helpful. To update you slightly I have already taken the step of changing one of the 4 users on 64 bit down to 32. They are a heavy user and went through the entire day without a crash proving unequivocally that it is a 32/64 bit issue. I...
  11. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Application error is consistent as follows: Faulting application name: MSACCESS.EXE, version: 16.0.12730.20270, time stamp: 0x5eb57471 Faulting module name: OLEAUT32.dll, version: 10.0.18362.836, time stamp: 0xd79b97e6 Exception code: 0xc0000005 Fault offset: 0x000000000008c808 Faulting process...
  12. O

    Access Office 365 64 Bit Random Crashes whilst 32 Bit All OK

    Hi all, I have been slowly developing my DB for 20 years and other than odd little issues it has been extremely stable. The DB users recently requested a basic means of allocating themselves and each other tasks. Rather than reinventing the wheel I used the MS Office Task Management template...
  13. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    Thanks everyone. I solved this in the end. All it was was there was a 'Forms!Quotes.Refresh' once side of the IF and not the other. I broke it down through elimination in the end line by line and as soon as this was put in it stopped the issue! Always the simple things!
  14. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    Thanks Thanks for your offer of help, please see attached DB
  15. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    OK, so with some trial and error commenting out section of the On Current code I have identified the conflict which relates to when a record is locked. I use the following code to lock the record: 'Lock Record If Me.QuoteLock = 1 Then Me.AllowEdits = False...
  16. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    Thanks, I'll try this
  17. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    Thanks for this. I have created new from, added tab and required controls and the On Current code and YES it works correctly! I then deleted all other code on the Current event except the part relating to hiding the tab page and it now works so something else in the current code must be...
  18. O

    Tab Page Visible/Not Visible Not Displaying Correctly?

    Hi, I have a tab on a form with 7 pages. I have a need to hide on of the tabs depednent on whether a field is Null and if not based on its value. The tab I want to hide contains about 15 normal bound fields and 1 subform. The code to hide the tab page works fine and is as follows: 'Show/Hide...
  19. O

    Find duplicate records and alter the second?

    Hi, thankyou so much for this, this worked perfectly first time with no issues, very much appreciated. Out of curiosity currently my data only has pairs of duplicates, however if there were to be a situation where there were more, say 3 or 4 duplicates for a record would there much to change...
  20. O

    Find duplicate records and alter the second?

    Thanks I’ll take a look at this option
Back
Top Bottom