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 Chris Miller 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. Giblets

    shell script?

    Hello, Can anyone help me to understand what this shell script does? #!/bin/sh file=`find . -name \*.uuencode - print` for f in $files do uudecode $f done Thanks...
  2. Giblets

    Automatic Date Input.

    Hello,I have the following question; How would I write a function to allow me to insert the current date into a date field on a form? I don't have much javascript experience so I'ld be really grateful for some help. Cheers Giblets.
  3. Giblets

    Populating a combo box with data from an Access Database Field.

    Hi,I was wondering if anyone knew how to link a combo box to a database field and populate that combobox with the data from the field.Thanks for your time.
  4. Giblets

    Passing parameters from vb to access

    Sorry, I've already posted this question but need more help, the problem is as follows:I'm having some trouble at the moment trying to pass parameters from vb to access, what I want to do is bring up an access report in vb regarding a particular customer, does anyone know how to pass the...
  5. Giblets

    Passing parameters from VB to an Access DB

    Hello there,I'm having some trouble at the moment trying to pass parameters from vb to access, what I want to do is bring up an access report in vb regarding a particular customer, does anyone know how to pass the parameter from vb to access to allow me to do this?thanks for your time..
  6. Giblets

    Password protecting a vb/access application.

    Can anyone help me?I'm building an vb/access application and i want to protect it with a username and password.The username and password is stored in the db and I want to verify it somehow, I'm guessing its some sort of loop to go through all the records but could someone help me out.

Part and Inventory Search

Back
Top