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 TouchToneTommy 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 dalascby

  1. dalascby

    Downloading a PDS

    Is there any way to download an entire PDS to the PC? (Using FTP or IND$FILE).
  2. dalascby

    Is there any way to import Lotus Notes archives/mail into Outlook?

    Does anyone know of a way to import Lotus Notes mail into Outlook? Are there any third party conversion utilities available? Thanks.
  3. dalascby

    Form variables in queries?

    Thanks for responding. I also posted this question on another thread, take a look and tell me what you think. May you can expand on the other responses. Thanks. thread701-129551
  4. dalascby

    Form variables in queries?

    Once again, here is the code, I assure you there are no misspellings. Do you see anything else that would be causing the box to pop up? By the way, I'm using Access 2000 (9.0.2720) Private Sub txtSelectVar1_AfterUpdate() Me.RecordSource = "Select * From Employees" Me.Filter =...
  5. dalascby

    Form variables in queries?

    Thanks Terry, I removed all stray spaces and I no longer received the macro error. Here is whats happening now, when I type a value into txtSelectVar1 and hit enter it brings up an "Enter parameter value" dialog box and forces me to re-enter the value in this box. Why is this box...
  6. dalascby

    Form variables in queries?

    Terry, I'm getting a macro error: "Microsoft Access can't find the macro '.' .... I don't where this is coming from, I haven't added a macro, just your code (my version of your code). Why would it be looking for a macro with a period for the name?? I'm testing all of this using the...
  7. dalascby

    Form variables in queries?

    Questions: 1) Do I replace colname with the actual column name from the table that corresponds to var1 ..i.e "itemno" ? 2) If I bind the other fields to the table that means that when the form is opened those fields will be initially filled in with values from the first record of the...
  8. dalascby

    Form variables in queries?

    I am very new to Access so forgive me if this seems like a very elementary task. Here is what I need to do: 1) I have five fields on a form, lets call them var1, var2,...var5. Var1 is an unbound text field, when I enter a code into var1 and hit enter (or tab, or click into another field) I...
  9. dalascby

    Form variables in queries?

    I am very new to Access so forgive me if this seems like a very elementary task. Here is what I need to do: 1) I have five fields on a form, lets call them var1, var2,...var5. Var1 is an unbound text field, when I enter a code into var1 and hit enter (or tab, or click into another field) I...
  10. dalascby

    Who deleted my directory?

    What is the best way to find out who deleted a directory? (HP-Unix). What kind of "greping" should I do?
  11. dalascby

    I need a script that will delete files out of directories.

    Russ, Your "OR" code doesnt' seem to be working properly.
  12. dalascby

    I need a script that will delete files out of directories.

    I need a script that will go into all of the subdirectories of a directory and delete files "xxx", "yyy" and "zzz" (for example) out of each subdirectory. In other words, it has to go into a directory, figure out which files in that directory are...

Part and Inventory Search

Back
Top