Search results

  1. C

    Cannot update. Object or database is read only

    I am creating an application that I a created and am testing on a local PC. Whenever my login script runs, ut records the username and time of login in the database. Last time I ran this thing, it worked fine! Now I get this error "Cannot update. Database or object is read only." What has...
  2. C

    project contains a missing or broken reference to BasicInfo.ocx

    Okay, what version of the ocx file am I supposed to use? I searched my own pc and found the file under C:\Program Files\Toshiba ! Being that my client uses Dell, I really doubt they have a Toshiba folder. Also, do I need to place this file on every machine they use? :( Do I simply take my...
  3. C

    project contains a missing or broken reference to BasicInfo.ocx

    Hello! I am developing a database for a long time client of mine. The database opens fine on my machine, but not on any of theirs. I have a function that grabs the username of the person based on their windows login. This is the error: project contains a missing or broken reference to...
  4. C

    Custom Software Estimate?

    Hello, I could use the advice of the awesome professionals on this board. I have a client in the construction equipment industry that is asking me to build them an inventory management system using Access. Here are some of the criteria: 1) Need to be able to add / edit users (approx 10...
  5. C

    Trouble updating recordset

    please help I get the error "invalid outside procedure". It occurs on this line: For Each Pa In QueryCmd.Parameters
  6. C

    trouble updating recordset

    The code is in the "knowledge results" form. I am not sure about the compile errors, I don't get any. I had to compact the db a lot to be able to post it. Soneone? Please help!
  7. C

    trouble updating recordset

    Hello, thanks for reading. I have a form that is based on dynamic query. There is a "main" form where a user selects search criteria from 2 fields. This then calls another form, where the results are displayed. I am trying to update the record set at the top of my code in the form. I am...
  8. C

    Trouble updating recordset

    I am not sure how to implement this. What should I replace Pa with? Please help!!!
  9. C

    Trouble updating recordset

    Sorry, please try now!
  10. C

    Trouble updating recordset

    Hello, thanks for reading. I have a form that is based on dynamic query. There is a "main" form where a user selects search criteria from 2 fields. This then calls another form, where the results are displayed. I am trying to update the record set at the top of my code in the form. I am...
Back
Top Bottom