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 eXtacy

  1. eXtacy

    Query Problems!!!!

    yes ive tried it with the ';' and still get the error.. i cant switch to design veiw either....gives the error message. ------ eXtacy
  2. eXtacy

    Query Problems!!!!

    im still getting an error...missing operator in query expression in the inner join part.. ------ eXtacy
  3. eXtacy

    Query Problems!!!!

    i get a syntax error....it says missing operator in query expression 'Transaction.Registration_Number = Transaction.Registration_Number Inner Join Car_Details.CompanyID = Company_Details.CompanyID' ------ eXtacy
  4. eXtacy

    Query Problems!!!!

    opps....no it is'nt ........i thought it was i tried it and it works thanks for your help... ------ eXtacy
  5. eXtacy

    Query Problems!!!!

    thanks for your reply.... yes it is... ------ eXtacy
  6. eXtacy

    Query Problems!!!!

    this is the sql when im getting the type mismatch error: SELECT DISTINCT Transaction.Invoice_Number, Transaction.Number_of_Tyres_Fitted, Price.Price_Ex_VAT, [Number_of_Tyres_Fitted]*[Price_Ex_VAT] AS Subtotal, [Subtotal]*1.175 AS Total FROM Company_Details INNER JOIN (Price INNER JOIN...
  7. eXtacy

    Query Problems!!!!

    hi Please can someone help me.... i have created a query and evertime i try to run it, i am getting a Type Mismatch error.... i have four tables containing the folowing data: Company_Details: company_ID, Company_Name, Contact_Name, Address, Discount (in percent). Car_details...
  8. eXtacy

    Hi I have this excel spreadshee

    Nice one Kenwright!! ------ eXtacy
  9. eXtacy

    Hi I have this excel spreadshee

    extacyman007@hotmail.com ------ eXtacy
  10. eXtacy

    Hi I have this excel spreadshee

    yes please could you..........that would be greatly appreciated.....youve been most helpfull. How can i recieve it? ------ eXtacy
  11. eXtacy

    Hi I have this excel spreadshee

    hi bluedragon Thanks for that....I have a problem though.. I have copied the VBA Code in SHEET1's code window and now i am trying to run it. I am totally new to VBA... i only know a few things.... please could you tell me how i could run the code or what other things i need to do to make it...
  12. eXtacy

    Hi I have this excel spreadshee

    Would you know the VBA code by any chance then? ------ eXtacy
  13. eXtacy

    Hi I have this excel spreadshee

    Hi Isnt there a different way......I tried it the way in the post above but i would still takes time. I want it to perform this action automatically as this table is always updated and new information is always added. This is part of my company records and it takes a real long time to update...
  14. eXtacy

    Hi I have this excel spreadshee

    Hi geoCan, i dunno what happened. neway here is what i am trying to do. I have this excel spreadsheet which contains clients information. An example of the spreadsheet is below. id Name Amount NoOfWeeks line1/ 1 JHON 1 1 line2/ 1 JHON...
  15. eXtacy

    Hi I have this excel spreadshee

    Hi I have this excel spreadsheet which contains clients information. An example of the spreadsheet is below. id Name Amount NoOfWeeks line1/ 1 JHON 1 1 line2/ 1 JHON 15 14 line3/ 2 PETER 2 2 line4/ 2 3 3 line5/ 3 CHRIS 8 5 line6/ 3 10 9 line7/ 4 JAMES 4 4 line8/ 4...

Part and Inventory Search

Back
Top