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 wOOdy-Soft 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. jasonstewart

    Huge Laptop Logon problem

    I have a laptop that has Windows 2000 on it and has NEVER been in a domain environment. I use this for everything including internet access at home. I rebooted my machine and it states I cant log on because Stewart2000 (name of laptop)domain server unavailable. I am trying to logon with the...
  2. jasonstewart

    Query to Subtract Inventory if a certain number?!?!

    I have a query that looks like this. UPDATE CWLine INNER JOIN OrderDetails ON [CWLine].[Barcode]=[OrderDetails].[Barcode] SET CWLine.Qty = [CWLine].[Qty]-[OrderDetails].[Qty] WHERE [OrderDetails].[OrderNo] Between [Enter Starting Order Number] And 999999; This is what I need to do. I have a...
  3. jasonstewart

    AutoLookup Query Select Problem

    I have two tables and I need to fill the [Customers].Name, Address1, Address2, City, State, Zip, CustID into the [Orders] table in the same named fields using a drop down in a form using either CustID, or Name dropdowns. I have a seperate query that runs to select the respective address1...
  4. jasonstewart

    Update header record with Subform info

    I have a report that I want to update the Page Footer with the totals from a sub report in the body of the report. The column in the sub report is OrderDetails.Totals and I want the Order.Total to reflect the totals from all OrderDetails.Totals is there anyway of displaying this information...
  5. jasonstewart

    What is a good PocketPC Barcode Scanner?

    I need a barcode scanner for a pocketpc that i already have. i need it to plug into a flash card slot or a secure digital slot. any suggestions would be greatly appreciated. thanks
  6. jasonstewart

    Video Card Hardware Acceleration Problem

    i have a dell inspiron 5000e with an ATI 16mb Video card and in Windows XP Direct3D Acceleration worked great, I could watch my DVD's and various recorded video Full Screen with no screen freezing. In Windows Server 2003 I get nothing but freezing if it is more than 30% of the screen size and...
  7. jasonstewart

    My Explorer Resets when i try to use Send-To

    I have a Windows XP Home machine and when using Explorer to find a file and compress it I Right click on the file and that context menu comes up fine, when I scroll to Send To the desktop turns Blue(background color) and everything acts as though Explorer crashed, ie icons next to clock didn't...
  8. jasonstewart

    Print Specific Invoice Numbers and no more!

    I have several reports already designed and working printing all of the information from two tables. I don't want to make a new report just filter the one I am currently using by entering a date range and just having those print, or by entering an Invoice number range would work too. Is that...
  9. jasonstewart

    Print Specific Date Invoices

    I would like to print reports after asking a question of what days would you like to print Nov 23 - Dec 1 like that. How can I accomplish this. I would like to do this of reports that I have already designed.
  10. jasonstewart

    User Logged in but NOT

    I have a user that the software says is logged into a specific company which she isn't and it won't let her login now because it says 'user already logged on.' How can I kick that ghost login off? The server may have been turned off while she was logged in and that is when the problem...
  11. jasonstewart

    Null needs to be '0' (zero)

    I have a query that does a bunch of calculations and makes a new table with some columns having numbers and some have null I need the null fields to be zero. How can I do this ?
  12. jasonstewart

    Help with Table Combination

    Look at this example of an invoice 3000(ServiceRecordID) that I have to combine the fields and totals including tax and then put them into a seperate table but I can't seem to figure the correct SQL to do this. This is the example of invoice #3000 SourceRecordID Category Rate...
  13. jasonstewart

    Help with advanced SQL statement

    I have a MS Access 2000 database that keeps track of multiple invoices and within each invoice there are multiple line items with the same ServiceRecordID (PrimaryKey.) What I need to do is total the Parts + Tax and Labor I have an update table that totals all the labor and all the parts from a...
  14. jasonstewart

    Problem with Select Multiplication

    I have a database that keeps different line items on an invoice with the same 'ServiceRecordID' then uses 'Category' to seperate labor from parts (L and P respectively) I need to total the amount of labor and the amount of parts from each invoice. How might I do this with a SQL statement...
  15. jasonstewart

    Opening Internet Explorer - Google - NewProgrammer

    I have a program that I am wanting to run a search through google and display the results in internet explorer. just like you would goto google.com enter a search and then see the results. I have everything designed the way I want and now I just need the program to do what it was designed to...
  16. jasonstewart

    IE6 - XP Fuzzy Images

    I have just installed XP on my laptop with IE6 and all Service packs and HotFixes and I have ClearType on. My problem is that the images in my web browser (IE6) are fuzzy. I have a beautiful image on my desktop that is crystal clear, and other images on my hard drive are also extremely...

Part and Inventory Search

Back
Top