Search results

  1. B

    install uninstall access application..

    cross5900..I believe I can create the auto-update feature in my application to copy files from my shared drive to the client's computer.. but my problem is I dont what files to copy and to where.. When I create application package using access developer extensions it creates three items...
  2. B

    install uninstall access application..

    ghudson...thanks for your response.. I ship access runtime along with the application. I use the same procedure to create the installation package everytime.. When the users double click on the setup.exe file, they get a msg 'this application is already installed'.. So, everytime they...
  3. B

    install uninstall access application..

    Hi all.. I am not even sure if it will be possible. I use Access 2003 and Access developer extensions for packaging the software(operating system is Windows 2000)..everytime I upgrade my software, the users need to uninstall it from their computer and then install my new version.. Is it...
  4. B

    Cut/Paste when application running using Access Runtime.

    Thanks guys for all your responses.. I got it working now. Did what jvincent mentioned. Didnt have to use the DoCmd Also I noticed there is "Shortcut menu bar" under Startup settings. May be that will work too..I haven't tried it..but anyone having the same problem may try this first...
  5. B

    Cut/Paste when application running using Access Runtime.

    Hi all.. I have access 2003 and I package my application with Access runtime. Users do not have access installed in their computers. The problem the users have is, they cannot Copy/Cut/Paste from the textbox controls in the application..The same application when I run using my full version...
  6. B

    List box column property.

    I looked at my code again; I am using "Option Base 0" in my module. I believe this will affect only arrays. I am not sure if this is a cause for the listbox column property misbehaviour.
  7. B

    List box column property.

    Hi all.. I use the following code in my application to select a particular column value in a list box.. myvalue = SearchResults_LB.Column(5, i) In my computer the column count starts with 0. So, the above statement sets the myvalue to the 6th column. But when I install the same application...
  8. B

    Linking tables between two *.mdbs

    I found this link, which answered all my questions. Just in case anyone needs it..here is the link. http://support.microsoft.com/default.aspx?scid=%2Fsupport%2Faccess%2Fcontent%2Fsecfaq.asp#_Toc493299684
  9. B

    Speeding up linked tables

    Arvindn..thanks for sharing what you found. Is this registry correction needed in the client computer or the network server? Thanks..
  10. B

    Linking tables between two *.mdbs

    Pat.. Thanks for your reply.. I even tried giving admin rights to the users, still they get the same message. Error # 3033.. Hope somebody will shed some light on this.. Thanks
  11. B

    Linking tables between two *.mdbs

    What level of access needed to be able to relink.. Sorry for the muliple posts on the same question here..I just want to make sure I clearly explain my problem and hope to get some response from this forum.. Both my FE and BE have workgroup security. I have given my users read design...
  12. B

    Linking tables between two *.mdbs

    btw..the connection string in my msysobjects table is empty..under database field, it has the complete path for the BE db.
  13. B

    Linking tables between two *.mdbs

    May be my problem is little different.. I use the workgroup security for both backend and frontend..same mdw file is used for both FE and BE. My users have access to read design, read,update data from the tables..but when they open the front end and the program tries to relink tables from the...
  14. B

    Linking tables between two *.mdbs

    security question again.. Pat/Krava.. I have the same situation. I need to relink my tables programatically and my backend is password protected. How do I pass the password ? Seems like Pat have the solution..but I did not understand his comment. "The easiest way to do it is to copy the...
  15. B

    Want to open an application via ACCESS..

    hudson..thanks very much for the link. I did search the forum but I was trying wrong keywords..
  16. B

    Want to open an application via ACCESS..

    Hi all.. I need to open an application when user clicks a command button...From this forum I have learnt that I can use SHELL command..but when I use this command to open an application, it opens a new instance of the application everytime...Can I bring the application to the foreground if it...
  17. B

    String limit?

    Lotus email mutliple email addresses.. KeithIT.. I am actually using the piece of code you have posted in the forum, for sending emails via lotus notes. I am facing the same problem as you do..When I try to send it to more than 5 email address, it is not sending it to all the addresses..It is...
  18. B

    Access 2003 Backend on shared network drive.

    Hi all... I have an ACCESS 2003 application with front end in the local machine and backend on the shared network drive. I mapped this drive to E:\ in my computer and all my linked tables show the E:\folername\Databasename.mdb as the source. When I install this application in an other...
  19. B

    crystal reports..

    Pat..thanks for your response. I have Crystal Reports XI and MS Access 2003 in two machines. My desktop and laptop.. In my desktop, I can see 'Crystal reports viewer control' in access form design..but in the laptop I dont see it. I have installed the softwares in both machines..but did...
  20. B

    crystal reports..

    I have MS ACCESS 2003 installed..I am trying to open crystal reports in access form. I am not sure how to program that..but to begin with I was trying to place the Crystal reports viewer control in the form..but I dont see Crystal Reports Viewer Control under active X controls...Is it something...
Back
Top Bottom