Search results

  1. C

    HELP!!!! Expression: On Timer problem

    I am receiving an error.... It reads The expression On Timer you entered as the event property setting produced the following error: Permission denied. 1. I do not have an event in the On Timer. 2. It has been working for approx 1 1/2 yrs with no problem and all of a sudden I am getting this...
  2. C

    HELP!!! Searching for latest dates in one field

    MSAccessRookie The dates are in the same field in the table but they are not running the way you are showing in your post. Various dates references the same tag number. A new record is started when changes are made. I think I said that correctly. There are more than one record per tag.
  3. C

    HELP!!! Searching for latest dates in one field

    vbaInet I would be trying to get the date 23/3/2010.
  4. C

    HELP!!! Searching for latest dates in one field

    It worked on the farthest date but I guess I didn't know what I was asking for. It looks like I have 3+ dates in the field. The first date is 4/1/2012 and the second date is 7/1/2013(example... Not all second dates are the same and the third date is (for argument purposes) 1/1/2028. I need to...
  5. C

    HELP!!! Searching for latest dates in one field

    Hi All.... I am using Access 2010. :eek:I am trying to figure out how to get the latest date in a table that houses all dates in the same field. The difference is the tag number. Can someone please help me. It is greatly appreciated.
  6. C

    Converting Access 97 to 2010 - lock db

    I am presently converting files from 97 to 2010. I have code in my front end form that is an .mde and would also add Ctrl+G to go in and add lockdb. This is to keep the tables hidden. I can't find the corresponding code to do the same in Access 2010. Can someone please help me.
  7. C

    Access 2010 code for lockdb

    I am having to convert from Access 97 to Access 2010. In doing so I used to lock my front end in .mde with Cont+G and add lockdb. I can't seem to find the code to do this in 2010. Can someone please help me.
  8. C

    Help Please - Record Lock

    I have a sub-form in a record that will not allow me to update. "The Microsoft Jet database engine stopped becuase you and another user are attempting to change the same data ata the same time." No one else is in the database. I have tried to run a repair on the application but it stills...
  9. C

    Question Access 97 - PopUp Windows Problem

    Thanks for all of your help... I got the answer...
  10. C

    Question Access 97 - PopUp Windows Problem

    Yes it is the Apply button.
  11. C

    Question Access 97 - PopUp Windows Problem

    This is the code .... Private Sub cmdClose_Click() On Error GoTo Err_cmdClose_Click Forms![MainForm]![MainForm_TabEquipLegal_SubLegalList].Form.Requery DoCmd.Close acForm, "PopUp_LegalSelectionList" Exit_cmdClose_Click: Exit Sub Err_cmdClose_Click: MsgBox Err.description...
  12. C

    Question Access 97 - PopUp Windows Problem

    I click on the button for the pop-up window to appear, it opens, I check the items that apply, I click on the apply button (which is suppose to bring me back to the main screen) instead the entire application closes. It only happens on my cpu. It works properly on all other cpu. Yes it closes...
  13. C

    Question Access 97 - PopUp Windows Problem

    I am using Access 97. The application that I am using is working fine on everyone else's CPU but mine. There doesn't seem to be anything wrong with the application but the Pop-Up windows closes the entire application once I click on the Apply button. Can anyone tell me if there is some switch...
  14. C

    Hello Everyone

    I am presently using Access 97. I know it is an old program and hopefully some of you will be able to remember how it works;). I am running into a problem at this time which on one seems to be able to help me. I just know that someone on this forum can help me out.
Back
Top Bottom