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 bkrike 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 JCAA

  1. JCAA

    Update Query

    Hi, I got a new SQL Server database and are in the process of porting my Access databases to my new SQL Server. I have worked with Access and Oracle in the past but I am new to the SQL Server environment. I have a tool called ConVersion that is helping me rewrite my queries in Access into SQL...
  2. JCAA

    Query works in Access 2000 but close Access 2002 down

    John, Thank you! Thank you! Thank you! It is something in my Order By that is not working with Access 2k2 but is working in Access 2k and 2k3. It is running when I take the order by out. I have been trying to solve this for a long time and I grateful that someone was able to help me out.
  3. JCAA

    Query works in Access 2000 but close Access 2002 down

    1. SELECT [TTT - Temp File with Buy as Ord].*, IIf((Int([TTT - Temp File with Buy as Ord]![CreateSOQTY3]/6)*6)<[TTT - Temp File with Buy as Ord]![CreateSOQTY3],(Int([TTT - Temp File with Buy as Ord]![CreateSOQTY3]/6)+1)*6,Int([TTT - Temp File with Buy as Ord]![CreateSOQTY3]/6)*6) AS Rounding...
  4. JCAA

    Query works in Access 2000 but close Access 2002 down

    I am currently experience something that is weird to me. A query is working fine for me in Access 2000 but when I or anybody else is trying to run it in Access 2002 it closes Access down completely. No warning no not just the query or the database but all of Access. Any suggestions? thanks, JCA
  5. JCAA

    Delete blank columns query

    Or maybe they can be hidden if all the records in the field are null?
  6. JCAA

    Delete blank columns query

    Crowley16, thank you for your answer but I need the columns as they are sometimes filled with values therefor I only need them deleted for those weeks they do not have a value accompanied. Still looking for help. Thanks!
  7. JCAA

    Delete blank columns query

    I currently have a query with 17 columns, sometimes there are only data in 14, or 15, or 16 columns and the other column(s) are left empty. Is there a way that I can delete empty columns automatically so I can set it up in a macro instead of manually check it each time. Thanks a bunch! JCA
  8. JCAA

    Do not recognize Harddrive after XP reinstall

    Thanks Bcastner but I think you might have misunderstood my question. I can read my Windows disk it is just that when I boot it does not find my hard drive and loop back to start in safe mode no matter if I start in safe mode or regular I get back to that same screen again as it doesn't find my...
  9. JCAA

    Do not recognize Harddrive after XP reinstall

    All, I am hoping someone can help me out. I was having problems with DLL errors for IE6 and help and tried everything that I know of to correct the error to no avail. I went for the last resort and reinstalled Windows XP Home Edition (I know this is Professional Forum but I couldn't find a...
  10. JCAA

    Duplicate output

    I figured it out, this is what I ended up doing adding: [Booking Month] = [Forecasted Sale Month] Thanks!
  11. JCAA

    Duplicate output

    I should also mention that [Booking Month] and [Forecasted Sale Month] should always have the same value if Booking month is 02/01/04 Forecasted Sale Month will have to be 02/01/04 as well. Thanks again!
  12. JCAA

    Duplicate output

    That did not make a difference :( Any other suggestions. I really appreciate it.
  13. JCAA

    Duplicate output

    I am sure there is a simple solution to my problem. I have the following query but I am getting duplicate records in my output if I have more then one month of input. How do I change my query not to get duplicates in my output. Do I have to write a cross tab query or what is the problem in my...
  14. JCAA

    Between dates

    GingerR, I am sorry but I am very confused. Where would I put your code and what should I take out? What is blah for? Do you think it would be possible if you post my whole SQL code with your change in it? I would really appreciate it. Thanks a million! JCA

Part and Inventory Search

Back
Top