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 Mike Lewis 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: *

  1. studybum

    Change Administrator login name and password

    How is that different than <cntrl><alt><del> Change Password? Will I lose the software loaded if I change it there?
  2. studybum

    Change Administrator login name and password

    Yes, the user name is currently &quot;Administrator&quot; and the password in non-existent. Just hitting enter with a blank password box gets u in.
  3. studybum

    Change Administrator login name and password

    When Windows 2000 boots, how do I change the user name and password for the Adminstrator that is now listed with no password? Any advice is welcome.
  4. studybum

    Remote Data Services

    We are trying to access an access database located on the server via an html page using rds. Is this the best solution? If so, how do you make the connection to the database and write to it? The code we have is as follows but throws an error on the sql statement. What am I missing? <SCRIPT...
  5. studybum

    Collection of User-defined Type

    Is it possible to create a collection of user-defined types. If so, how? Thanks.
  6. studybum

    Closing excel without the &quot;Save Changes&quot; dialog

    I have a program that utilizes an excel formula. I created a mobjExcel as an new application. On the form unload I have mobjExcel.quit. The program comes back with a question, &quot;Do you want to save changes to the current Workbook?&quot; How do I keep this from opening? When I shut down...
  7. studybum

    OLE with Excel Functions

    When using an Excel Function with values generated in the program, do I need to fill the cells in the excel sheet or just pass the values to the function? I'm trying to use the db() function in Excel with values in my program. Thanks.
  8. studybum

    Win2000 menu editor problem

    I'm running Windows 2000 and when I create a menu with an access key, ie. &File, the underline does not appear under the F when running the program. Hitting alt-F works but how do I show the underline in Windows 2000? Any ideas?
  9. studybum

    New Project Problem

    The operating system is Windows 2000 and I'm signing in as Administrator. In researching other users and attempting networking the Administrator no longer has Visual Basic available for use. I found the VB6.exe and dragged a shortcut onto my desktop. The effect of this is when starting a new...
  10. studybum

    Date Picker object

    How do you find the difference between two dates? I am using the Microsoft Windows Common Controls 2.6 Date Picker and cannot figure out how to determine the difference between the two dates. Is there an easier way? The program calls for determining the rental rate of a car depending on the...
  11. studybum

    Recordset find

    I'm having a time with trying to find a specific record using a recordset. What is the magic? With rsRecorset .find ? End with
  12. studybum

    SQL using ADO Connection

    I am trying to sort a database connection depending on what the user selects in a combo box filled from the list property. The syntax I am using is incorrect as it does not see the value the variable is holding but only the variable. My code is as follows: spChoice = cboSort.text 'user...
  13. studybum

    Hierarchical Grid update

    I'm trying to update a database table using a hierarchical grid using a text box. How do I put the text box on the grid so it is hidden from the user and the illusion is that they are typing directly on the grid?
  14. studybum

    hierarchical flexgrid

    If you can not make changes to a database using the flexgrid, how can you use it with a text box? I'm using the ADO ActiveX data library 2.0 and trying to modify a field in a table I'm connected to using the flexgrid. Each book I read indicates it is not possible to do directly but is possible...

Part and Inventory Search

Back
Top