Search results

  1. R

    Module problem...

    Hello all, I converted an old database from 97 to 2002. But now it doesn't work the way it used to. If someone with extensive module knowledge would help me, i would appreciate it. I'll try and attach it here. Everything is the way it was, I just changed the names to protect the innocent. :)...
  2. R

    'Id' is not an index in this table error help!

    Hello, I keep getting this error when opening up a database. What can I check to find and fix the problem? TIA
  3. R

    Need help troubleshooting...

    I'm trying to use a database that i had at an old job to a new place. The db contains a lot of DLookup code. In this environment, i keep getting a lot of errors because of the DLookups. Is there a way i can change them to something less complicated? One of the DLookup lines go something like...
  4. R

    Can someone explain this?

    Hello all, I have a DB that's giving me errors. The first line that shows with an error is: CallerID = Nz(DLookup("[useridunclass]", "[tblusers", "[useridunclass] = getuser() ")) Can someone please explain what this is? Thank you. I can't find the 'useridunclass' anywhere in the modules or...
  5. R

    Change a field name

    How can I change a data field name in one table and have the changes propagate thorughout the whole database? Is this even possible or will I have to go through all my tables, queries and forms one-by-one to do it? TIA
  6. R

    Help with form!

    Help, I have this form that updates my database when I enter a new record, but If I close it and re-open it, it will display just a blank new record. I cannot browse my previous records.... I have to open the table it updates in order to view/edit the previous records... any help? TIA
  7. R

    Autofill question

    Hello everyone, I'm creating a form for a help desk type of database. I have the users list down on a combo box in the form. I want the form to automatically fill in the user's extension, workstation id, userid, etc when I select the user from the drop-down list. Is there a way to do this...
  8. R

    Help: out of order

    Hello everyone... I'm creating a type of help desk form in order to keep track of calls, etc. I have the form but when I add a combo box to it, the contents of the box are not sorted. If I look in the table where the values are coming from, they are sorted aphabetically. Why don't they show...
Back
Top Bottom