Search results

  1. K

    Format E-mail Project

    he doesnt want the users to have to go into access
  2. K

    Format E-mail Project

    thanks for the suggestion, but he really wants to go the database route. don't ask me why.
  3. K

    Format E-mail Project

    Every week my boss asks his employees (about 6 people) to write a Weekly Summary report about what they did that week. They are to include What they did and an estimate of the time it took for each task. All of the employees email their Weekly Summary in a different format, and my boss has to...
  4. K

    color arrow on Excel autoFilter

    nevermind!!!!!!!!!
  5. K

    updating Access forms while other users are in DB

    Bob, thanks for the help. I got it to work using .mdb rather .mde... I guess it couldn't find the .mde file. In my other post I was referring to the instructions on the Auto Enabler Form.
  6. K

    updating Access forms while other users are in DB

    Also, in your program. On the second set of instructions I believe #3 should say Front-end instead of Back-end
  7. K

    updating Access forms while other users are in DB

    i have the master front end on my desktop, named monthly.mdb... i have the mde on the network (monthly.mde)
  8. K

    updating Access forms while other users are in DB

    Ok, I think I found the problem. I was trying to test all of this all on my desktop. So I moved the MDE file onto my network. Although after the program closed it self it gave an error that said "Windows cannot find 'I:\jp\monthly.mde'. Make sure you type the name correctly....."
  9. K

    updating Access forms while other users are in DB

    Bob, I am very close to getting this to work. Although, I believe when I my database is trying to renew itself i get a runtime error 5 and the error points to the "Shell TestFile"
  10. K

    updating Access forms while other users are in DB

    Bob thanks for the reply. Is there any other way to do this by setting permissions perhaps? Or giving certain users exclusive rights?
  11. K

    updating Access forms while other users are in DB

    Every time i need to change DB (forms, queries etc), I always ask users to close the application and sometimes it continues to hang even if no one has it open. I wonder if there is an option to open the application with exclusive rights for updates, even while other users are logged in?
  12. K

    Java

    my work wants me to program some things in JAVA, I was curios if you guys knew of any good JAVA forums?
  13. K

    HELP with computations

    nevermind i got it =) thanks!!!!!!!
  14. K

    HELP with computations

    Wayne, I'm sorry I wasn't 100% clear but this is for JAVA. I was thinking that it would be the same concept as VB, but do you know how to do "Next i" in JAVA by any chance? sorry to be a little deceiving but this is the only programming forum I am apart of!
  15. K

    HELP with computations

    for (i=1; i<=36; i++) { interest = deposit * .03; balance = deposit * 1.03; TotalInterest = balance - deposit; deposit = balance; } I'm trying to make an interest calculator. I'm trying to get the balance,interest, and total interest for 3 years(my...
  16. K

    SQL oracle 9i question

    nvmd im just going to do it one at a time UPDATE employee SET phone = '' Where empID = 400002
  17. K

    SQL oracle 9i question

    i used this query (with my table and column names) select * from suppliers where supplier_name is null; but it won't run on the tables that I inserted "NULL" into. So, is there a way to update all the rows in my table where they say NULL and change them to '' ?
  18. K

    SQL oracle 9i question

    im using oracle 9i. when i first made my table I put in "NULL" for my null values, but my friend told me I need to use '' if they are null. so how can update all the records in a table to '' where = 'Null" ?? please tell me if I'm not clear.
  19. K

    Content

    THIS = content+unhappy ... I guess this is contradictory. So I guess you can't be content and unhappy right? Since content means you desire no more; I'm mainly directing this question towards "life". I'm content with most things, but there are some things I'm unhappy with although I'm doing...
  20. K

    Content

    you basically gave me synonym of content
Back
Top Bottom