Search results

  1. B

    Move Cursor to first space in field

    I am using a form to allow the user to put in Social Secruity Number which is a field that has an input mask ###-##-#### When you click in the text box it puts the cursor wherever you click. I would like to cursor to automatically move to the left to make it easier to enter. Do I use the ON...
  2. B

    Error doing compact

    While doing the compact command I get an error message when it fist opens say Object is Deleted (it shows Deleting Temporary Tables) on the status bar. I click OK and it continues until the end where I get a message "Records Can't be read no permission" It wasn't doing this the last time I tried...
  3. B

    Data access page

    I am try to use a dropdown box with a data access page to help the user find a specific record. When I use a combo box with a form and I run the form it works fine. When the use types in the first letter of the last name he comes to the first instance of that last name and then when he types in...
  4. B

    Corrupted database SOS!

    We have a database that we can not repair via the repair utility in access. We get this message "the database can't be repaired" We also tried using the jetcomp.exe program available on the ms website but that didn't work either. Any other suggestions?
  5. B

    Problem doing a transfer text

    I am getting an error message that says that the database or object is read only evne though it is not when I am trying to do an import delimited. It was working fine until I was using VB6 and trying to make some changes to the configuration. Now when you do an import under get external dataand...
  6. B

    Deleting objects using a *name* format

    Does anyone know if there is a command that I can use to delete all tables that contain the string import_errors? Thansk - Bruce
  7. B

    Delete query won't work

    I'm trying to do a delete query to delete certain orders from an order table. I created the delete query by linking the order file to another file called on hold (a file showing all order number on hold) and then saying delete all orders that match. The error I got was "operation must use an...
Top Bottom