Search results

  1. J

    Disable edit in text box

    Thanks for the help Rickster. It works perfectly. Hope I can return the favor sometime.
  2. J

    Disable edit in text box

    Thanks for the fast reply Rickster57. I tried the method with the text box formatted as a label and it worked fine. I would like when the text box loses focus, for it to be disabled. My adaptations of the code only trigger the debugger with a warning that a control cannot be disabled while it...
  3. J

    Disable edit in text box

    I would like to disable editing in a text box once the information has been entered initially, but would like to be able to turn editing back on by double clicking the text box label. This is to be used for a database I'm creating for truck fleet management. Any ideas??
  4. J

    Access file does not work on different Machine

    Hi Chris66, Are all the computers accessing the Excel files from the same location. Since you are linking, the doc's you are linking to have to follow the same file path. If you are linking from your machine to a file path on your machine then your users will not be able to follow that same...
  5. J

    Import from Excel

    Hi Billionz, If one of your fields is a primary key you won't be able to import over your existing data. Try importing into a New table (using a different tblName), delete the existing table after confirming your data has imported successfully, then rename your New table to the Name of the old...
  6. J

    Database to a Server

    Hi RichMorrison, Thanks for your reply... I'll take a look in Help and check it out... Sometime I forget Help is there...
  7. J

    Database to a Server

    Hi All, Can anyone give me some information as how to put a database on our company server and give specific permissions to only enter data into forms and not access any other part of the database. In the past I have only dealt with desktop databases that resided on one machine only. Any help...
  8. J

    Text on Button

    By using a label for a button don't you lose the ability to delete it from your tab control??? Don't know for sure but thought I'd throw in my 2cents worth. Later John Steven :cool:
  9. J

    Copy Button

    Thank for the Response Fizzio, I'll give that a try and post back to let you know the results. Later John Steven :cool:
  10. J

    Copy Button

    Hi All, I'm new to this forum, so bear with me. I have a form that has a control button on it to "Print Requisition". When the button is pressed, it calls on a parameter Query for the "PO Number". After typing in the requested "PO Number" and pressing OK, a Report is generated. Does anyone...
Back
Top Bottom