Search results

  1. B

    I am wanting to sell a Distributor program I have created named Order Pro

    I am wanting to sell an access program I have developed for distributors. I don't have time to try and license it out as from next year am wanting focus full out on rugby and don't want to be tied down with commitments. It handles all of the following for Distributors: Order Process Payments...
  2. B

    Question How do I improve Access DB performance over local wireless network?

    Hi Uncle Gizmo It is working just slow. Any ideas on improving the speed. Thanx bj
  3. B

    Question How do I improve Access DB performance over local wireless network?

    I have written an order processing ms access database program. It is setup on 2 PC's which is on a wireless network via a router. The BE and FE is one pc and there is a second FE on the other pc which links to the BE on the first computer via the network. The program runs fine speed wise on...
  4. B

    Disable Access close button

    Hey there thanks. Put the code into my db and is working perfecty.
  5. B

    Disable Access close button

    Hey Guus2005, I am looking for code to disable the access close button of the main access window. thanks bj
  6. B

    Disable Access close button

    How do I disable the main access window's close/exit button in the top right corner? Thanks bj
  7. B

    User Account icons and outlook gone. Help plz!!

    Hey Minkey Are the user accounts managed locally ? i.e. only on the PC not using any kind of active directory and importantly which icons have not disappeared. Has Outlook completely gone ? i.e. the entire program and again how is your e-mail managed. Whe use a windows server 2003 standard...
  8. B

    User Account icons and outlook gone. Help plz!!

    I restarted a computer at our office and when logged into the same useraccount most of the desktop icons were gone and the outlook account was gone. I tried using system restore but it didnt change anything. I was busy setting up a mapped network drive is that is any help I am mainly worried...
  9. B

    Share Tools,Modules & dbs for DB Development

    Access 2003 runtime for running your db on pcs whithout microsoft access.
  10. B

    Share Tools,Modules & dbs for DB Development

    A simple program to create an installation package
  11. B

    Share Tools,Modules & dbs for DB Development

    DB that willow allow you to set your project db's startup settings and create an MDE. Also from: www.jamiessoftware.tk
  12. B

    Share Tools,Modules & dbs for DB Development

    db to store your code in
  13. B

    Share Tools,Modules & dbs for DB Development

    Use this db to export a module into your project db that will handle form resizing to screen resolution. website: www.jamiessoftware.tk
  14. B

    Share Tools,Modules & dbs for DB Development

    Use this program to add schedule compacting to your db reportoirre.
  15. B

    Share Tools,Modules & dbs for DB Development

    Here is a backup utility I picked up on access-programmers.
  16. B

    Share Tools,Modules & dbs for DB Development

    12 Months ago when I started to work on my first db for a company and If it wasnt for all the guys here I would have never been able to complete it. Thanks to all the guys here at access-programmers ,i know a little more know than I knew then. I am just sharing some off the tools,dbs,modules i...
  17. B

    Filter causes Products to dissapear in Order form

    I have found a solution to my problem. Now when you use my filter. The product filter I am looking for gets moved to the top. Using the following code: Me![Orders Subform].Form!ProductID.RowSource = "SELECT ProductName,ProductID,Discontinued FROM Products ORDER BY InStr(1, [ProductName],'" &...
  18. B

    Filter causes Products to dissapear in Order form

    If think I understand. (Not really!) U cant maybe post the query you are talking about. thanks bj
  19. B

    Making forms screen resolution independant

    The Link of banana helped for the form/control resizing on screen reselution . My buttons forms etc are resizing.
  20. B

    Filter causes Products to dissapear in Order form

    I cannot filter my subform's recordsource then there will be none of my selected products in my order (except the ones that fall under my filter name). I have attached a sample of my order form. Have a look at it and see what I mean. Select a thew products in a new order and then type in a...
Back
Top Bottom