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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ahliana
  • Content: Threads
  • Order by date
  1. Ahliana

    Nz - When did this appear?

    We have an app in the field that uses the Nz() function. Some users are now getting an error using that function. The order of the references somehow gets reset, with OLE Automation now at the bottom, which then causes Nz() to throw an error. There is discussion that this may be because they...
  2. Ahliana

    DoCmd.TransferDatabase corrupts on receiving end?

    We have an app in Access 2000, and we email an update database. The application pulls in parts that it needs, it has done this for quite some time. Then, because we need to replace a module with global variables, we shut down the app, start up the update mdb, and push objects using...
  3. Ahliana

    Character to write multiple lines on one line?

    Hey, a simple question! I can't find or remember the character to allow you to put more than one command on a single line of code. It doesn't seem to be a semicolon or a colon. I last did this many years ago, but it would be helpful at the moment. Example (pretending the character is a colon)...
  4. Ahliana

    Bypass Autoexec programmatically?

    My overall goal is to programmatically import objects (modules and a form) that are called from the autoexec function (that is called from the autoexec macro). Unfortunately, since they are called from the autoexec function, then once these are loaded into memory, you can't bring in new copies...
  5. Ahliana

    Dynamic form, keep col and row headings still, scroll crosstab data?

    Access 2k, WinXP. Due to the fact that we are deploying this worldwide, including very remote sites with SLOW dial-up connections, I am not able to use extra controls, which is why I am so limited in this. So here's a challenge... I am dynamically creating a form that represents crosstab data...
  6. Ahliana

    Have VB open Access db with pw, import objects from another

    I am trying to have a vb app open one access database, read a table that is a list of modules and forms in another database, then import those objects from a second access database. Even though the objects already exist in the first db, I want to import them, rename the originals, rename the new...
  7. Ahliana

    Have VB open Access db with pw, import objects from another

    I am trying to have a vb app open one access database, read a table that is a list of modules and forms in another database, then import those objects from a second access database. Even though the objects already exist in the first db, I want to import them, rename the originals, rename the new...
  8. Ahliana

    RDO - use to manipulate Access objects?

    I need to have a VB executable copy several modules and a form from one mdb to another. I need to replace existing objects (or copy them in, delete the old ones, and rename the new ones). I'm thinking I should use RDO at this time, since I believe it's MS's current ODBC wrapper of choice. I'm...
  9. Ahliana

    App.Previnstance in Access?

    I am working with Access 2000. I would like to test for a previous instance of the database being open. In VB, I could use: If App.Previnstance Then sFormCaption = Me.Caption App.Activate sFormCaption Unload Me End If Is there something comparable in Access? Thank you for your...
  10. Ahliana

    Z-Order in MS Access Forms?

    Is there a way to set the Z-order in Access forms? I believe VB has a Z-order property. I am working on some complex forms someone has carefully set up, and I am having to modify numerous labels. I want to put things back in the same Z-order (top to bottom), but the only tools I know of are...
  11. Ahliana

    Oracle 8i Dynamic SQL in a Procedure; Varchar2 Size Limit?

    Thank you for your time. I have a union query that is quite large. It is a compilation of 5 queries that are largely the same, with small differences in the SELECT, FROM, and WHERE clauses. I have created variables to hold various pieces. For example, the SELECT for each of the 5 subqueries...

Part and Inventory Search

Back
Top