Search results

  1. R

    I don't want the message of "Enable contents"

    Yes Exactly, This is the program I am talking about. When I downloaded it and run it, It never asks for enable contents. However this giving error of Hidden module while I try to use the modules in my program.
  2. R

    I don't want the message of "Enable contents"

    Thanks Ridder, I saw a program which runs on full screen, someone shared with me here that contains the password for shift key bypass as "ridders". The program runs on full screen and never asked me for enable contents.
  3. R

    I don't want the message of "Enable contents"

    Thanks for your reply. I don't how can i set a location. If a trusted location is set then user is only able to run program from this location? if user don't place program on that folder then what happens?
  4. R

    I don't want the message of "Enable contents"

    So is there any way so that I can hide all tables, forms quires etc using vba so it can't be shown on other computer even macro is not enabled?
  5. R

    I don't want the message of "Enable contents"

    Hi, I have created small program and secured it my right click, hiding all menus, and navigation. Also to use AutoExec Macro to open form and when form loaded it secure/hides menus etc etc. But when I emailed to my friend then it showing option for "enable contents" and all the navigation...
  6. R

    Complete lock of program not being right click etc

    Hello, I am wondering if there is a code solution to prevent the users to right click and not to open the program by using shift button etc etc. any solution?
  7. R

    Splitting of MS Access program for LAN

    Hello, I have simple program and want to split it for other users to use it on LAN. So each user can use the same form at a time? suppose Mr. A using "Form1" and working on transaction ID=1 and Mr. B also opened the "Form1" and working on Transaction ID=2. When both hit the print invoice...
  8. R

    Open form with data of current date

    this code really helped me: "[ServiceDate] = Date()"
  9. R

    Open form with data of current date

    Hi, I have simple form and want the two things: 1. When I click on Button "Set Today Rate" Then form will be opened and I can set Rates in fields. But if today Rates are already set then Program says "Rates are already set" 2. when I click on button "View Today Rates" then form will be opened...
  10. R

    how to combine column data

    Hello, I would like to combine 2 columns data into one column as shown below. Col 1--- col 2 12 checking 13 operating 12 non checking 14 simplify 12 Nill The Result should be as: 12 checking, 12 non checking, 12 Nill 13 operating 14 simplify any idea...
  11. R

    What is best for the Stock and invoice DB

    Sorry, Actually I need to just got idea of creating tables. My work process is very simple. 1. I purchased items from suppliers, So I want to record them in a table. 2. I want to sale item and want to reduce that item from stock. 3. Want to maintain Purchase return and sale return...
  12. R

    What is best for the Stock and invoice DB

    So you means that Setup up flag is best?
  13. R

    What is best for the Stock and invoice DB

    Hi Experts, I need to create a small scale program so that I can maintain stock and can create invoice also. I need only suggestions from you as: 1. Is it better to move the product from Items Purchased (items Stock) Table to Item sold Table when the item is sold? or any other idea? 2...
  14. R

    How to get these results in cross tab query

    Hello, I have thousands of records (as dummy data is attached in ms access file). I just want to get the desire results by summing up products by Day and Type. Please check the snap shot attached. Is there any way to do it using cross-tab query or other.? any idea? Thanks
  15. R

    Linking/refreshing Back-end with front-end

    Much thanks it works when the files on the server computer instead of Virtual drives. Again thanks
  16. R

    Linking/refreshing Back-end with front-end

    Thanks. I will keep the files on specific folder as you told and will let you know tomorrow. If I need further assistance then will post you message. thanks a lot for your kind help.
  17. R

    Linking/refreshing Back-end with front-end

    So I have to keep the front-end and back-end in "COLINDALE" computer network. Thanks for your guidelines and patience as i am not expert person. I also want that user can only access to front-end as the back-end is not secure or password protected.
  18. R

    Linking/refreshing Back-end with front-end

    Thanks for your reply. Can you please tell me about UNC method.
  19. R

    Linking/refreshing Back-end with front-end

    Hello, I have Access DB with Front-end and Back-end. I want to trying to run the front-end on client computer on Local Network(the client has only the Access Runtime installed). I am facing the problem to link with back-end. Please see attachment. Any advice or solution? Thanks
  20. R

    search for record then disply relevant info on form

    Thanks but I want that I can choose company name and then can add dividends information into it. As I change company then relevant information should be there in dividends. Can I not achieve this way?
Back
Top Bottom