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 Chriss 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: *

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

    Virtually Identical Select Queries - One Works, Other Doesn't?

    Hello, I am working on developing a utility that imports two spreadsheets into two tables and runs a series of queries to compare the two in order to find any changes or new records. Each spreadsheet/table is identical in structure. They are a list of orders that get sent to us by our primary...
  2. BTilson

    Frustrating Issues w/ Excel Hyperlink() function

    Hello, The business I work for maintains hundreds of documents that all have links in them linking to various other documents on our file server. A while back, we had some issues with Excel breaking the hyperlinks, but we fixed that (or so we thought) by using the Hyperlink() function directly...
  3. BTilson

    Corrupt Form, But Only On My Machine?

    Hello, I have come across an odd issue that I cannot figure out how to fix. Hoping someone here can help me out. I got a request earlier to add a couple of fields to an export query in one of our access databases. Easy request, figured it'd take a couple minutes tops. Most of our programs are...
  4. BTilson

    Dealing With # In Imported Data

    I am working on designing a database to manage tool calibrations. This task was previously handled by a very unwieldy spreadsheet. I have created a master table for the tool data and a linked table to store calibration data for each tool. This is a one-to-many setup. This all works fine for...
  5. BTilson

    Excel Hyperlinks Loading File As Read Only?

    We have a large spreadsheet here at work with lots of hyperlinks to files on our network. For some reason, on one particular computer, when the user clicks a hyperlink, it opens the related file as read only. On other users computers, it doesn't. I've already checked the security permissions on...
  6. BTilson

    Excel Crash Leading To Broken Links

    We maintain a massive spreadsheet that has hundreds, if not thousands, of links to files all around our server document tree. It crashed during loading this morning, and it broke all of the links. They now all refer to a C:\users\... type link. Something like this happened once before, and I was...
  7. BTilson

    What is going wrong with this ADO code?

    I've written code like this quite a few times, but all of a sudden this code is throwing an error message. The error message is this: Run-time error '-2147217900 (80040x14)': Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. The code generating this is as...
  8. BTilson

    Excel: Just a few row labels missing, along with "invisible" data

    Hello, One of the employees here has recently taken over maintaining a spreadsheet that has a bit of an odd problem. There are three rows that have missing row labels. The numbers go like this: 24 25 (blank) (blank) (blank) 29 Also, none of the data in those three rows is visible. It shows up...
  9. BTilson

    Handling # In Field Name

    I am trying to write a bit of error proofing code in one of our databases. We receive a spreadsheet regularly from our primary customer that we import into a table and run various reports on. One of the fields on their spreadsheet is "Purch#Doc#". Part of my error proofing is to run an SQL...
  10. BTilson

    DROP COLUMN by reference rather than name?

    Hello all, Is there any way to use the ALTER TABLE/DROP COLUMN combo to drop a column by reference number? For instance, can I instead "drop the first column" rather than "drop column XYZ"? If there are any other ways to do this besides the SQL statement, then that's fine too. What is going on...
  11. BTilson

    Outlook 2002 - Unable to send through MSMail/MAPI Account

    I have been working on setting up a new computer for one of the people in our office. I've gone through this process a hundred other times with no problems, and I can not for the life of me figure out what is going wrong this time. We use Outlook 2002 as our email client. We have a pretty...
  12. BTilson

    Executing query on a specific record in a continuous form

    I have a form which lists labor ticket transactions (clock in time, clock out time, etc) for our employees. I have added a button in the continuous form which updates the employees efficiency to 90% for the day. However, whenever I try to click the button, it always runs the query for the first...
  13. BTilson

    Problem Restoring .pst File

    I have a user who has outlook XP installed. Had some issues with his outlook so I recreated his user profile. That got outlook working again. I recreated his accounts and pointed it to his old .pst file. Outlook loads the folder tree he had set up, but doesn't show any of his emails. Anyone have...
  14. BTilson

    Checking Office Registration Keys?

    Several months ago I was promoted and given charge of the IT department here at work. I have been slowly but surely getting things organized and straightened out. We have quite a few copies of Office XP laying around, all authentic. I am pretty sure that not all of them have been installed, and...
  15. BTilson

    Comprehensive Network Mapping?

    I have recently taken over the IT duties here at work. Our network spans across a 90,000sf facility that is split between two physical locations. Everything has been thrown together in a relatively haphazard way, with switches here, hubs there, cables through random holes in the walls, all sorts...
  16. BTilson

    Odd RAM Problem

    I recently spent quite a chunk of money upgrading the RAM in a lot of computers on our network. Everything went smoothly on every box except one. Box Specs: Dell Dimension DIMC521 Athlon 64 x2 Dual Core 3600+ Running XP Pro SP2, automatic updates enabled. I bought 2 1 gig sticks of 800mhz...
  17. BTilson

    Weird issue opening an Access generated report.

    We have a database that we have been using for several years now that generates a simple report of what we are shipping that day for a certain customer. This is exported to an .rtf file and emailed to our customer as well as several of the managers here. However, one of our managers hasn't been...
  18. BTilson

    Is there any way to make design changes when multiple users are in?

    Quite a few of the applications I have developed over time are used in a multi user environment, quite often with multiple users logged in and using the database at once. This can be rather annoying when I need to make a quick change to something in the DB. Access warns me that I do not have...
  19. BTilson

    Random function gives same value every time when updating a table.

    I have a function that I wrote that takes a clock in time and a clock out time as paramaters and is supposed to return the amount of break time that is allowed between those two times. That function, while tricky, is done, I think. However, I need to test it thoroughly. I decided to write a...
  20. BTilson

    Using Results of One Query To Run Multiple Instances Of Report

    I know this must be possible, but I am drawing a blank on how to go about it. I have an employees table that, along with other data, contains what shift and team they are on. The shift is just a 1, 2 or 3, while the team code is something like "QT", "DT", etc. I also have a report that is a...

Part and Inventory Search

Back
Top