Search results

  1. TheFerrisFile

    Question Multi-user DB with unique errors for a few individuals

    This question stems from an issue I am having within the agency I work for. I have a multi-user database of about 20 users. A few of them are saying that they are getting errors while inputting data that I have been unable to replicate both from my desk and theirs. I have requested multiple...
  2. TheFerrisFile

    Open form to specific record in subform

    I am not the most knowledgeable with coding and have limped my way along to even get this far. I have a continuous form that shows all of the records that are open in the db. I have a button on the continuous form that opens the main form to the specific record located in the subform on the...
  3. TheFerrisFile

    Search Box ~ Find Next button on form

    I have a form where nurses enter claim numbers and the actions they have taken on those claims. At the bottom of this form is an unbound text box that they can search for a specific record with the following code (found on this lovely site): Sub CboMoveTo_AfterUpdate() Dim rs As...
  4. TheFerrisFile

    Run-time error 2110

    I am trying to set up my form so that when a button is pressed it changes the value of a hidden combo box to another value. Here is my code so far: On the button Click event procedure: Private Sub bttn_date_Click() Me![ONCLog_DateOut] = Date Me![Status_ID].SetFocus End Sub On the GotFocus...
  5. TheFerrisFile

    Will a 2007 DB work in 2003?

    I am building a DB in 2007 yet our department has not yet fully upgraded and won't be until the end of the year. Currently we are running Access 2003, will this prohibit the users that have yet to upgrade from utilizing the DB? Sorry if this has been touched on before, but I have searched high...
  6. TheFerrisFile

    Updating Delimited Text Info

    Hello, I have several databases that are linked together by the same tables (due to the size of the database). Every quarter we recieve more pipeline delimited text files that need to be imported into the tables. Thankfully, these are seperated by New data and Changed data. My question is...
Top Bottom