Search results

  1. G

    'Method or data member not found' error

    Please reply, it's urgent...
  2. G

    'Method or data member not found' error

    I have created access application for timebooking. I stored that file on server and all user access that file from server. It is running fine on almost all the PC's but 2 PC's giving problem. Problem on one PC I found very strange. It is throwing error that 'Method or data member not found' on...
  3. G

    Worning on start up

    Really thanks. It helped me...
  4. G

    Worning on start up

    I have created one access application which will reside on server and many users will access it from there local PC. But whenever we start the application on local PC, it displays worning message that "Code is unsafe , it may harm your PC do you still want to run the code?" and another message...
  5. G

    Security of application

    Is it poassible that "shift key" by pass is available for only some users and not for all. I mean to say, can I enforce security in such a way that only I can look into database window and no one else?
  6. G

    Security of application

    I tried tools->startup for sample application. But now I am not able to restore the tool bars. Can you please tel me the technique of holding Shift key in detail?
  7. G

    Security of application

    I have created one MS-Access application. This application will reside on server. The application will be used by many users from there local PC. I want to allow them access to only forms of application and they should not able to inerfere in database tables, queries form designing etc. How can...
  8. G

    Deleting all items from list box

    What is IMHO? I want to add today's date and last seven days from today's date in list box. This list box should be get populated automatically each time when we open application. How can I do that?
  9. G

    Deleting all items from list box

    How can we delete all items from list box? I tried using ListCount property in FOR LOOP but it flashes error after deleting some items... Please anybody tel me the solution...
  10. G

    Time out issue while sharing access file on network

    Please help me. I want to solve out this issue as soon as possible.
  11. G

    Time out issue while sharing access file on network

    I have created multi user access application. I have kept it on server and all users access that application from there desktop pc. Can I set time out for application? Means, Session of each user must be note more than 10 minutes. I want to add this functionality for avoiding the application...
  12. G

    Sharing of single access file on the network

    So copying that file to all pc is the only solution, right? Can we write any error handling code which will automatically copy the file from some specific location to destination location? By doing this we can automize the process of copying the file as per requirement.
  13. G

    Sharing of single access file on the network

    Thanks, I found the refernce file. Whenever I copy that file to particular pc, my error get disappeared on that pc. But again new problem is arising. As I told, I am goning to keep application on server and all client pc's are going to use the file. So by this solution I have to copy this file...
  14. G

    Sharing of single access file on the network

    Anybudy have solution for this error? Please reply.
  15. G

    Sharing of single access file on the network

    Means what I have to search?
  16. G

    Sharing of single access file on the network

    Your Microsoft office access database or project contains a missing or brocken reference to the file sapwdctl.dll version 1.0
  17. G

    Sharing of single access file on the network

    I have created the time booking application in access. (Application will alow autherised user to enter daily work done) My Idea was to put this file on the server and ask each employee to log in and enter information. But whenever I try to run application from other than my pc(On which file is...
  18. G

    Calling query in access from excel

    I have some queries in access. I have putted the button control from controls toolbar in another excel sheet. I want to do following_ Whenever I click the button on excel sheet, the query in access dabase should get fired and result should be put in same or different excel sheet. Please help!
  19. G

    Choosing between update and insert

    I am running a query which uppends the record to one table from another table. My requirement is that, it should check one field of the destination table table before inserting the record. If that field matches, it should run Update query or else it should run Insert Query. How Can I do that...
  20. G

    Binding label with single value query

    Boblarson! It's second time you solved my problem! Very thanx to you!
Back
Top Bottom