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 Wanet Telecoms Ltd 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: chanman525
  • Content: Threads
  • Order by date
  1. chanman525

    remove MSCAL.OCX reference in external database

    Hello All, Need some extra brains on this issue. Been cruising the forum and searching for scenarios but can't seem to find any that would match what i need to do. I'm running Office 2010 all machines in all locations and as some of you may know Microsoft removed the ActiveX calendar control...
  2. chanman525

    Help with Array....

    Hello all. I'm very new to scripting and I need some help figuring out what I'm doing wrong with my array. Basically my goal is to find out if Remote Desktop is enabled on all of the machines at our site. The script works for my machine, but I've tried to add the array and the list of "echo's"...
  3. chanman525

    Delete query help

    I have a table with Purchase Orders plus some other information. Some of the purchase orders are in the table multiple times because of different item numbers attached. This table is called tblmismatch I also have a query that pulls out PO's from a different table. After I run this query, I...
  4. chanman525

    Close Current Database is taking a long time to run....

    Hi all, I have a module that imports a lot of .txt file information into several different databases. However, we have recently moved to Windows 7 (Office 07) and it seems that the part of my code that closes each database is taking a very long time to run. Here is my code... Function...
  5. chanman525

    Pulling data out of a text field in excel...

    Hi everyone. I have lines of text that I'm trying to pull information out of. Here is what the lines look like... ap1.0077.lowes.com [10.1.52.51] ap10.0077.lowes.com [10.1.52.60] ap11.0077.lowes.com [10.1.52.61] ap12.0077.lowes.com [10.1.52.62] ap13.0077.lowes.com [10.1.52.63]...
  6. chanman525

    Auto Open/Close for automated reporting but not close on user

    I have a database that is actively used everyday and I have added code to send me a report from it that will be based on a day interval and a windows scheduler task to open the database, send me the report and then close. Everything for the reporting works as intended when the sub is called and...
  7. chanman525

    Two Queries into one report

    Hey all. I've got two queries that are virtually the same. They both show the exact same information, but their criteria is just a little different. (One was needed to show certain picks in the building, and the other one a different set of picks). Anyway, I'm trying to find a way to get both...
  8. chanman525

    Cisco 4506, IP Address of Device

    Hey all. I'm working on a wire labeling project and was wondering if there was a good way to capture what IP Address, and MAC address was plugged into a device. I know "show mac address-table" will pull in the MAC Address, but I'm looking for something now that will pull in the IP Address...
  9. chanman525

    Office Engine doesn't recognize 'Format'

    Hey all. I just got Office 07 installed and I'm running a database that ran fine in 03. When I run it, I'm getting an error saying "The Microsoft Office Access Database Engine does not recognize 'Format' as a valid field name or expression" It shows it as Error 2950 I view the report that it...
  10. chanman525

    Check version of Access being used

    Can anyone offer code that would run and check if the user is running Access 2007 or Access 2003? I basically have a form that I want certain OCX controls to populate if it is not 2007 since 2007 has some pre-built now depending on the field type. (like a date field) Thanks for the time once again.
  11. chanman525

    Excel If statements and formulas

    Could I get some help on getting some if statements kicked off with the data below? Here is what I am looking to do. Example: if the service period covers May through July we will want the spreadsheet to show NULL values for Feb through April AND August through January. We will want to show...
  12. chanman525

    Variable in SQL String

    Hello to all again, I have an sql statement that is not interpreting a variable correctly. Here is the code; 'these two (txt*)are referencing fields in a form and not defined in the code, just wanted to show the values. txtExcludeStatus = 82,91,95,96 txtExcludeBays = 457,557,996...
  13. chanman525

    Join expression not supported

    Hello everyone. I received this database that uses multiple queries to drill down to a single result. Basically there are 4 input boxes on the form (stored on a table) to enter in status codes for exluding labels. Each query pass compared an individual field of the table to finally sort...
  14. chanman525

    Change Field Type in a Query

    I have a make table query that is pulling information from multiple tables. The one field is pulling up to be a text field, but I need it to be a number field. I've looked in the properties of that field but I can't seem to find anything that changes it from a text field to a number field...
  15. chanman525

    Pulling photos off of a camera through code...

    Hey all. I got an interesting question today and was wondering if anyone could help me out. The older digital cameras, when attached to a PC would automatically connect to a drive letter. So to use a database to pull these photos off was pretty simple. Now, with the new cameras, they open up...
  16. chanman525

    Report only shows 3 records...

    Hey guys. I'm having trouble with a report. It's a report with a query as a control source and when I open the report, the 1st 3 records out of 150 show up, but after the 1st 3, every field gives me a #Error. The strange thing is, this report has been working for years, and all of the sudden...
  17. chanman525

    search active directory

    Hello experts, I am trying to find a way to access active directory thur access 2003. I have added the ActiveDs type lib and tried to use the object browser to figure out how to write the code but I am at my wits end. Does anyone happen to have a snippet of code I could use to query which...
  18. chanman525

    Enter key to Execute

    Ok, i have just spent the last couple hours scouring the forum trying to find a resolution to my delima. I am certain that after I post this that someone will probably refer me to a previous post. If so please forgive me as I have searched on many diff sequences to find what I needed. Now that...
  19. chanman525

    verify fields are populated in form

    I have some code that is setup on a form to determine if required fields have been populated. They are required in the table but I wanted to specify the field they missed and set the focus to that field. It works great except when they choose "Next" and it goes to a new record. Then when you...
  20. chanman525

    One Report for multiple subforms

    I have a form that has multiple subforms that are populated based off of a multi select control. All sub forms have the same fields, it is just filtered based off of what is selected in its associated list box. What i would like to do is have a single report that displays the filtered selection...

Part and Inventory Search

Back
Top