Search results

  1. M

    transferring records from one table to another

    i'm trying to create an application where it will allow a supervisor to assign work to employees by moving the work id into employees work tables, but i cannot have duplicate work id's, for example if a supervisor assign work id 9999 to employee 3, that record will be removed from the...
  2. M

    can not access database...help!

    I've created an application in Access 97, but when I try to open the same in Access 7, it gives me this error..."Database Object not recognized"...is there anyway I can get around this?
  3. M

    setfocus to a field in a subform

    Thank you Jack, That article was very helpful.
  4. M

    setfocus to a field in a subform

    How can I setfocus to a field in a subform?
  5. M

    InputBoxes

    Thanks Travis, that worked great. I wasn't aware that you could not modify the InputBox function in that manner...you saved me hours of frustration.Thanks again.
  6. M

    InputBoxes

    I need to modify a inputbox so that the text inside the textbox is crypted, for example in a password prompt. The user should type a password into the textbox, but the characters should appear as " ****** ". Is there any way I can accomplish this through VB code or any other method.
Back
Top Bottom