Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dbagley

  1. dbagley

    Selecting From Dummy Tables

    Thanks rac2. I was trying to insert 3 rows with a union. Sort of like this: INSERT decoder_ring (code, description) select ('y', 'Yes') union select ('x','No') union select ('z','Yes'); This is when it complains about the missing table. In Oracle, I could just add 'From Dual' to each select...
  2. dbagley

    Selecting From Dummy Tables

    Hey, In Oracle, you can select literals from a table called 'DUAL'. Is there such a table in Access? I'm trying to just insert all literals into a table and need a dummy table name to select from. Thanks, Bagman
  3. dbagley

    MS Access Form Wizard Error - No Current Record

    Hey, I'm working with Acess97 and get the error "No current record" when creating a new form using the wizard. I remember getting this error in the past, but don't recall the fix. I'm in a terminal server environment where theres 97 & 2000 software. But, for certain reasons, I must use...
  4. dbagley

    Access 97 Undefied Function Help

    Hey Ken, I keep seeing the 'check for missing references', but I'm not sure how. From the module menu, I click Tools, then References. I have 4 boxes checked: Visual Basic For Applications MS Access 8.0 Object Library OLE Automation MS ActiveX Data Objects 2.1 Library The rest are...
  5. dbagley

    Access 97 Undefied Function Help

    Hello, I keep getting an 'Undefined Function <name>' error in my Access 97 database. It seems to be random, but all of the functions are built-in functions (Round, Nz, etc.). I've search the forum & Microsoft, but can't seem to get a clear answer. Is there a bug? Is it my version? Should I just...

Part and Inventory Search

Back
Top