Search results

  1. J

    Form textbox display problem.

    I'm currently working on an employee data form, and one of the text boxes is "reports to", which shows the employee ID of who the employee reports to (Their supervisor). The problem is I want this to display the supervisor's name instead of their employee ID. How should I go about doing this...
  2. J

    Default maximum value + 1

    Hello, I currently have a form where I'd like the default value for one of the textboxes to be the maximum value in a field + 1. Basically, I want my primary key field to increase by 1 each time a record is inputted, just like the autonumber field would do. All I need is the vb code to put in...
  3. J

    Problems opening database

    Hi, I have a database with approximately 1300 records in it, which I encrypted with a password while I was working on it(by simply clicking decrypt on the database tools ribbon and putting in the password). I presented the database to my boss and he asked me to take the password off so I opened...
  4. J

    Urgent! -Disabled Property Sheet

    Hi all, I'm having a serious problem with my database. I put some code into the even properties for a form to try to disable the record navigation menu at the bottom of a subtable within the form, and now I cannot view the property sheet in any of the forms/tables/queries in my database. Can...
  5. J

    Search Form Link

    Hi all, I have just created a search form which when you type in a part number, it displays the part information, as well as steps required to create that part. My boss would also like the user of the search form to be able to click on the specific step (StepID) and view information on that...
  6. J

    Search Form Help

    Hi All, I've searched a few times, because I didn't want to post a repeated thread, but I can't seem to find what I'm looking for. Here is a little background on my database so you can get a better understanding of what I'm having problems with: I currently have a database (Access 07) of...
Back
Top Bottom