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 strongm 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. psarros

    Access 2003 - Autosave

    Thanks for the suggestion. It turns out, that this "feature" would happen every time I made a change to the References in VBA
  2. psarros

    Access 2003 - Autosave

    Hi: I have Access 2003, and I don't know what I did, but now the application automatically saves queries and tables . If I make a change it does not ask me if I want to save them. This happens in any database I open. Any Ideas ? Help, this is dangerous. Thanks
  3. psarros

    Skip if Query is NULL

    Thanks Dcount was all I needed!!!!
  4. psarros

    Skip if Query is NULL

    Yes, if my query returns no data, I want to Skip the code.
  5. psarros

    Skip if Query is NULL

    Hello I have some code that I run and I want to skip the code if the query [qryPopulateTempReport] is null. Thanks in Advance!!!
  6. psarros

    A query that can references a different Field

    Thanks This works and will save me some headache. It is actually about 9 different fields so now I have one query in place of 9 update queries.
  7. psarros

    A query that can references a different Field

    Hello I have a query that I need to run several times but one field, [FACTOR] needs to change every time the query is run. Is there a way to pass a variable into a query that will change the field it references. The first time I run it I want factor to be PE, the next time CF the next...
  8. psarros

    Open Access in BAckround and run macro

    Hi I am looking at the different Runtime switches for Access 2000, what I am tring to do is run an Access macro from Excel. If possible I would like it to happen completely in the backround Thanks
  9. psarros

    Code to multiply values in one field together

    Thanks that works great, but how would I do it without using SQL? Thanks
  10. psarros

    Code to multiply values in one field together

    I have a query with user defined conditions, that I want to multiply one fields results for each record. I want to do this using code. qrytest fld1 fld2 a 1.02 b 0.97 c 1.21 What is the code that will calculate 1.02 * 0.97 *1.21 TIA
  11. psarros

    Query on Multiple Names

    So then give him a Starrrr!!!!!!!!!!!
  12. psarros

    Excel - inserting system time seconds

    Use the function =now() That will give you seconds .... you will then need to copy and pastse special - choose values. You can write a macro that will do all this and assign a shortcut key..
  13. psarros

    Excel 1904 Date System Issue

    I found the solution on Microsoft's website of all places.. http://support.microsoft.com/kb/180162 Use paste special to add or subtract 1462 Thanks
  14. psarros

    Excel 1904 Date System Issue

    I need to combine two spreadsheets each with several worksheets. One was done with the 1904 System and the other without it... Any Ideas how to get around this? Thanks
  15. psarros

    File Corruption

    Did you try importing tables forms modules etc... from corrupt DB to a new blank one?
  16. psarros

    Is there a way to do Percetiles in Access?

    Hi Does anyone know of a way to calculate Percentiles within access? Given a list of numbers, I want to be able to rank them... Thanks
  17. psarros

    Access Import Issue

    Appstaff .... the erronious data.... is erronious. I don't want it
  18. psarros

    Access Import Issue

    Thanks Spyder... this at least stops the warnings from poping up. I will try to import everything as Text, and maybe that will stop the _ImportError files from generating. AppStaff - A spec will not hep me because some of the records have - (dashes) or other erronious data in them. Thanks
  19. psarros

    Access Import Issue

    Here is the code: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "TempImport", "G:\capscreen\Russell2000.xls", False, "Auto Transportation!A5:AE300" TempImport - is the table name G:\capscreen\Russell2000.xls, - is the excel file name "Auto Transportation!A5:AE300" - sheet and...
  20. psarros

    Access Import Issue

    I am importing data from an Excel Worksheet into Access. Thre are 15 worksheets that I import. When I do the import I generate some import errors because some of the data has "wierd" values. I cannot control the Excel sheet and I don't care that there are errors. Is there a way to suppress the...

Part and Inventory Search

Back
Top