Search results

  1. B

    Number of Users problem

    Why don't you assign a group to each front end, and then when you create your users make them a member of the appropriate group. [This message has been edited by BarkerD (edited 01-13-2000).]
  2. B

    Corrupt Database

    Ok, I have had a day to try and solve this problem, and I have been able to narrow the problem down to about 8 forms. These forms all have something in common. I tried out a new bit of coding that I learned that I am not sure of yet. The procedure worked, and so I didn't think anything of it...
  3. B

    Corrupt Database

    I've run into a little problem with my database. Here is a description of the problem: First, I am unable to open my editor window from anywhere in the application except by creating a new module object. If I try to open it any other way, I get application must shut down error. Second, I...
  4. B

    Recordsets

    Thank you for the help from my previous post, Bill. I have managed to get the procedure to work properly. I have been busy using this new knowledge to improve the application I have been working on. There is one little thing that I have still been having problems with. First of all, since I...
  5. B

    Updating Fields in a Recordset

    Thanks for your post, Bill. I tried what you suggested, but couldn't seem to get it to work. Here is a sample of the code I have been trying to use...isn't working as of yet I've got to get this working by Sunday or I am in deep doo-doo Form_Outsourcing Details Option Compare Database...
  6. B

    Updating Fields in a Recordset

    I need to move to a specific record in a recordset using the primary key of the table, (2 fields)based on values that I have extracted from a form. I have tried to use the SEEK, FIND and FILTER methods on the recordset object, but none of them seem to allow the use of variables. Here is an...
Back
Top Bottom