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!

Search results for query: *

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

    showing certain data from within string

    hello, i am new to php. my question is i am pulling a recordset from MySQL and populating it a php page. one of the fields shows the data as follows. "Ronald Smith (Ronald.Smith@domian.com)". i am only needing the actual email address to show on the php page. but with each record varying in...
  2. icewiper

    Selecting matching records from two tables simultaneously

    Hello, here is the question. I have two tables, a tempProperty and a Property table. The TempProperty table gets created while being imported from an excel sheet. The TempProperty table will hold the current data and it needs to be compared to the old data. The fields on them will be the same...
  3. icewiper

    Error 430 when using copy recordset

    Hello all, I have going crazy trying to figure this one out. I have used the copy record set many times and it has worked. Now for some reason I can not get past the copy recordset without getting that error 430. If I give the range an absolute value it will populate the excel sheet and work...
  4. icewiper

    showing a custon pop up box on sent email in outlook

    I have a question I can't seem to find an answer to. I would like to make a custom message box pop up in an email when I send it to employees to get there attention when I need information. I know there has to be a way with VB to write code in the back of the email. I was working on it once...
  5. icewiper

    Referencing record set fields to a report with unbound fields

    Hello, I am trying to print out timesheets in access through reports. I am running a record set and can pull the information with no problem doing debug.print. I really don’t work with reports much I am trying to figure away I can reference the record set fields to unbound fields in the report...
  6. icewiper

    Excel still running in task manager after import to access

    Hello, I have been reading the tek-tips on this issue but I still can't seem to get the matter resolved. I am importing multiple excel files into access. The importing works with no problem the first time, but I have excel.exe running in the task manager. When I import a second time the task...
  7. icewiper

    Recordset to fill text boxes

    Hello, I am new to recordsets and need a little help if you would. I am tring to populate a form with a recordset with unbound text boxes and i am getting a "run-time error '3265' Item not found in this colection" I have tried several different ways but nothing is working for me. I have my...
  8. icewiper

    Delete same file extensions in subfolders

    Hello all, I am trying to write something in vb.net that will delete all file extensions (example *.mov) in all directories and subdirectories. I know the "kill" command deletes the files. It only deletes files within the specified folder. lately I have been cheating and having VB write batch...
  9. icewiper

    Password encrypt message box

    might might seem like an odd question but what I would like is to have the password encrypted. Example "******" as the person types it in the message box, instead of showing the actual passwoed. I am using the code below Dim PassWord As String PassWord = InputBox("Enter Password") If...
  10. icewiper

    Using a Macro to add Days to a date

    I have an excel spreadsheet that creates eamployees timesheets. Mon thru Sun have dates in them. They do not run off of current date. I am trying to set up a macro that on a click of a button it adds 7 days to each date. I named each date field as the day of the week. Here is what I have...
  11. icewiper

    A+ Overseas Testing?

    I am working over in IRAQ at this time. I am curious to know if there is a company that offers overseas testing go get A+ Certification.

Part and Inventory Search

Back
Top