Search results

  1. A

    calculating time fields

    If your always going to add minutes you would use this format: =DateAdd("n",15,StartTime). You can use a variable where the 15 is.
  2. A

    Compile Error

    Thank you for your reply. I figured it out. What happened is that I had some stray code that referred to a command button that no longer existed. Once I deleted the code, it compiled fine. I hope this helps someone else out too.
  3. A

    Compile Error

    I added a module to disable the shift key in order to bypass the startup form. It works great and I don't receive any run time errors. I decided to make an .mde file out of the application, but when I try to create it, I receive the following error: Compile error in hidden module: Utilities...
  4. A

    List Box Problem

    I need to know how to populate a list box on an unbound form. Can anyone help?
Back
Top Bottom