Recent content by JReichnan

  1. J

    Code to change a Default Date

    Thanks Robert88....very interesting code. I can use this for a number of applications Im working on. later brother. Jeff
  2. J

    Code to change a Default Date

    Very interesting code. Id like to spend some time analyzing it. Thank you.
  3. J

    Code to change a Default Date

    Hello all, I would like to be able to change the default date in a table or the related form by posing an input box and having the user select the new default date. What is the code that can get the user input date into the Table or Forms Default property. Thanks. Jeff
  4. J

    Variable Lifespan

    Thanks Banana, it works perfectly
  5. J

    Variable Lifespan

    Thanks Banana, I think you are on the right track with the Public pathway. Just so you know. When I press the button on the switchboard... at that point the name of the report is identified as EvalByAllPoints. If I were to hit another button on the switchboard the report would be "Summary"...
  6. J

    Variable Lifespan

    Thanks all...this will not be a multi user environemnt. It will be single user with an upload to a SQL server for just the data on a later date.
  7. J

    Variable Lifespan

    This is for a number of single user installations in remote locations. Eventually just the date will be uploaded to a SQL server, possible
  8. J

    Variable Lifespan

    Hello, I have a switchboard with 3 buttons. Each button calls up a different report. Each report uses a similar form so that the user can input starting date and ending date via a calendar. Once the dates are established an OK button is pressed to call up the appropriate report. Since the...
  9. J

    Cannot Copy: Data Error (Cyclic Redundancy Check)

    Hi RG, Its me again. I noticed the hard drive acting up. However I was also reading some stuff about the error message where there are a couple of service bullitins out for MS office which may solve the problem as well as a way of self packaging the jet database enging and data files so that...
  10. J

    Cannot Copy: Data Error (Cyclic Redundancy Check)

    Hello, I have written an extensive Access DB Application for my company and have placed it on a cd for distribution. When we try to copy it from the CD to a folder on another machine the above mentioned error comes up. Any Suggestions. Jeff
  11. J

    Using ActiveX Calenders across different versions

    Hello RG and Oldsoft....I triedthe calenders you mentioned and am glad to report i loved them....Im going ot test the program out tomorrow on an 2003 machine and hopefully it will work. With the modules self included I dont see why it wouldnt....thanks so much....you are both great teachers. jeff
  12. J

    Using ActiveX Calenders across different versions

    Hello, I wrote an access program using version 2000 and the activex calendar 11.0 which came with the software. When i tried to run the same program on access 2003 none of my dates worked and I got error messages all over the place. Help!
  13. J

    Presenting Time in Hours and tenths

    Thanks Emp...but with substituting numbers it just wouldnt seem to work. say end time = 2pm and start time = 1 pm then the equation would yeild 24 which would be worng. The idea is to take an end time of 1pm and a start time of 11:54 which would yeild a total time of 1hour 6 mins. The...
  14. J

    Presenting Time in Hours and tenths

    I ended up using this. TotalTime: Round(Hour([ConEndTime]-[constarttime])+Minute([ConEndTime]-[constarttime])/60,2)
  15. J

    Representing Time in hours and tenths

    Thank you rural guy. I aprreciate your forthrightness
Back
Top Bottom