Search results

  1. J

    Row level locking!!

    WOW! this is great, now I don't have to worry about to update the front end as I make changes in it. I don't have to go to each user to replace it with the new copy. Thanks as lot!!!!
  2. J

    Row level locking!!

    I got it, and tried with two users and it works well. I copied th FE to their desktop as the database is split so the BE is same. Thanks for your advice.
  3. J

    Row level locking!!

    Hi thanks for reply, Yes my application is split, but both are in same folder. I put the application in a network drive and all the user has shortcut to the application on their desktop.(Is it how it should be?) Please correct me if i am wrong.
  4. J

    Row level locking!!

    Hi Guys, i am facing a big problem here. 5 users are using the database through access forms. When any one of them try to update a previously created record and click on save button it shows some msg window asking about save record or save to clipboard. click on save to clipboard, it doesn't...
  5. J

    Error! "file needs to be repaired or isn't a database file"

    Hi Experts, Hope any of guys can help me here. I got the above error while opening my application, and .idb of the file is even there. I am sure nobody is using this app. What could be the cause and any solution. Any help will be appreciated. Thanks!
  6. J

    Tracking users!

    Never mind, I searched on it. Finally I figured it out. Thanks for you idea Pat! I appreciate it
  7. J

    Tracking users!

    Hi Pat, Did you mean Jet service Pack 4.0, I have newer version installed. Can you tell me how can use it to see who is using this application. I want the same thing as we use toad to see sessions in oracle.
  8. J

    Tracking users!

    Hi Guys, I was wondering, is it possible to see list of users using database application through any application(that can be create in access itself) or thirdparty software. Thanks!
  9. J

    option button focus!

    You are right! Missinglinq. Sorry i couldn't explain well, but Thanks for your help. Now its working. I appreciate your help.
  10. J

    option button focus!

    Hi Guys, the case is i have two option groups in my application, when i add new record and click on the radio buttons, it works fine but when i add new record, its focus remains on the values clicked previously, Is there a way when I click on new button both of those focus go to the first option...
  11. J

    Table Security Issue

    Hi Guys, I worked on ULS over this week end. After so many tries I implemented it. You are right, experience and practice makes anybody perfect. Thanks to you guys I am learning even more.
  12. J

    Value from one Combo Boxe in another!

    This is what i wanted, a very good example from Boblarson. I did the same in my application. But it doesn't work the way it should be. Any advice? http://downloads.btabdevelopment.com/Samples/combos/CascadingCombosSample.zip
  13. J

    Value from one Combo Boxe in another!

    I searched the "cascading combo box" in this forum. I found a very usefull answer to my question. I implemented it but when i choose a value from first combo box, the second combo box shows the values related to first one. but when i choose a value(say 3rd one) it shows the first one everytime...
  14. J

    Value from one Combo Boxe in another!

    Hi Experts! I have two combo boxes on my form, where in one it should be the company's name and in another one it should show the names of all the contact person's name in that company, like company name is one and contact name in that company could be 5. I is retrieving the value from one...
  15. J

    Table Security Issue

    skaas, I like your idea but I tried for that, but couldn't find it, If you know any link can you post it. I will appreciate it.
  16. J

    Table Security Issue

    Could you please explain it. or elaborate it. If we implement user level security. If we invoke all Add, Delete, update on table from user, It would apply that thing on the form as well. user wouldn't be able to make changes through the form too. please advice
  17. J

    Table Security Issue

    Hi Experts, I created my own security code on database, that without entering right username or password, no body can enter. But entered person can close the form window and can access tables. I hide the tables by changing its name with prefix "Usys". and disabled the menu. But what if...
  18. J

    counting number of times record is accessed

    looks like it was not recognizing the "combo1.column(0)", I put quotes around it and it is working thank you for your help guys! I apreciate that you spend your time on.
  19. J

    counting number of times record is accessed

    Here is my code i wote on command click DoCmd.RunSQL ("update callinfo set status = 'Closed' where callinfo.id = Combo1.column(0);") It is showing the above error.
  20. J

    counting number of times record is accessed

    i did the same thing as you told me regarding update the column. its giving me error asying wrong expression 'combo1.column' and only one value is bound with that combo box that is id (PK). What should i do now. Thanks!!
Back
Top Bottom