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 SkipVought 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. speltrain

    Creating a Directory in Windows

    What would an example of using the Dir() function look like?
  2. speltrain

    Creating a Directory in Windows

    Thanks, I figured it right after I sent the post. sorry for taking up space
  3. speltrain

    Creating a Directory in Windows

    Is there a simple way to create a directory using Visual Basic? I simply want to create the directory c:\Batch Files\.
  4. speltrain

    RAID 5 on XP Pro

    Is there a way to set up a RAID 5 on a Windows XP Pro machine by using external firewire drives as the RAID drives? I do not have the option of using 2k Server or any type of server OS.
  5. speltrain

    Terminal service client between XP Pro and NT4 Server

    Is there a way that I can connect to an NT4 Server through terminal services on a machine running XP Pro?
  6. speltrain

    Limited Administrative Rights for Users

    In Windows XP Pro is there a way to grant the ability for users to install hardware/software, mainly printers without making them local admins? I've tried making them power users but that doesn't work. Also tried editing the local policy to allow a specific local user to load and unload device...
  7. speltrain

    Select a Random Number of Records

    Thanks guys, I got it to work with the code from the refered post. Thanks Bob
  8. speltrain

    Select a Random Number of Records

    I have a pretty simple database application consisting of some forms queries and tables. The main point is that I need to select a random 10% of the records in table tblMain and place them in a new table tblAudit. Is there a way to do this simply within SQL or can someone help me out with...
  9. speltrain

    IP Spoof Attacks on Router

    I have a D-link wireless router on my home network and I have been noticing that I am constantly being hit with IP Spoof attacks that are showing up in the activity logs of the Router. The source MAC address is from my new laptop. Could there be some kind of Spy-ware or even a virus that is...
  10. speltrain

    Color box on Report

    i have a report that has a olecolorbox on it that is used to display a color based on a calculated field. The color box will display the either green, yellow, or red based on this calculated value. The problem is that the box is only keying on the first Record displayed on the report. How...
  11. speltrain

    Create a ID number from the date and time entered

    Is there a way I can create an ID number on a form based on the date and time the record was entered. I am trying to migrate away from the field that is being used. If the whole date time thing isn't doable, then is there a way to write a vb procedure to mimic it? What would the code consist...
  12. speltrain

    Display Date and Time

    I wasn't very clear on what I wanted. I would like to print the numbers of the date and time only. This is without backslashes, colons, the AM/PM, and dashes that would appear in just calling Date(), Time(), or Now(). Is there a way to just get the numerical values without all the formating?
  13. speltrain

    Display Date and Time

    I'm looking for a way to display the date and time a record was entered without all the formating symbols(: , /,AM/PM) so that it may be used as an index for records entered into my table. I'm basically try to migrate away from the autonumber system of indexing records. Does anyone know how I...
  14. speltrain

    Open Microsoft Access from Visual Basic

    Thanks for your help everyone, The problem was my fault, had the wrong path.
  15. speltrain

    Open Microsoft Access from Visual Basic

    I cannot get this code to work by replacing the path to my database in the path provided. When I click the button nothing happens, what am I missing here? Sorry to be a pain, I'm new to this end of VB.
  16. speltrain

    Open Microsoft Access from Visual Basic

    I've been searching the forum for a couple of days, can someone at least give me some kind of code to start out with that is understandable. The MSDN example doesn't make any sense. All I need to the code to do is open a microsoft access database, that's it. Thanks in advance
  17. speltrain

    Open Microsoft Access from Visual Basic

    I am trying to find a command that will allow me to open an Access 2000 database and then close the VB form. I can't figure out a way to do this for opening the database but got it to work with running a batch file. I tried to just have the batch file do it, but the batch file will do...

Part and Inventory Search

Back
Top