Search results

  1. P

    Controlling Unauthorized Distribution of Database

    Thanks a lot for detailed reply and for suggestions.
  2. P

    Controlling Unauthorized Distribution of Database

    Thanks a lot everyone who responded. I've got number of suggestions. I'll try to put one then, doable for me, into my app.
  3. P

    Controlling Unauthorized Distribution of Database

    You must have used your 20yr experience in that too and your time (not to forget). Just to clarify, I'm not selling freely available code and I am not okay with it too ethically. I'm developing a database for a friend who runs non profit school and a month or two before, when I started this...
  4. P

    Controlling Unauthorized Distribution of Database

    I doubt if one can develop a system only by assembling all code available on internet. Secondly, registration and unlicensed use is not always meant for selling systems.
  5. P

    Controlling Unauthorized Distribution of Database

    I agree with you on both @CJ_London. I really doubted that I'll get some code to get go for the very same reason you mentioned that someone could reverse engineer it to unlock your application. Plus it is also not okay to use someone's code unless they allow it. But by this thread I could at...
  6. P

    Controlling Unauthorized Distribution of Database

    I don't have a website. Actually I had that option in mind before to hard code their name on reports. I was looking for alternate method too if I want to give them control over the name e.g. for branches etc.
  7. P

    Controlling Unauthorized Distribution of Database

    Thanks for hint. By sentence, do you mean that I compare the stored string with the band in the form?
  8. P

    Controlling Unauthorized Distribution of Database

    The db is under development and I want to implement something for unlicensed usage before handing them over.
  9. P

    Controlling Unauthorized Distribution of Database

    I'll give them either by a downloadable link, CD or email. But the db will most probably be offline when it is used.
  10. P

    Controlling Unauthorized Distribution of Database

    Thanks for reply. I'm not a pro in coding. It'll be greatly helpful if some sort of sample db or code is available. I tried to search in Google before posting here but couldn't find any useful.
  11. P

    Controlling Unauthorized Distribution of Database

    Hello, I have a question. How do you prevent users of your databases to from unauthorized distribution to other users? For example, you have developed database for a school, how do you prevent its distribution to other schools? Best Regards, Abdullah
  12. P

    Solved Getting Count of Present, On Leave and Absent Students

    Hello again, With the same data, for inserting into report, I want to make a subreport in the format shown below in picture: where columns heading 1,2,3,4... are month no upto 12. I can use cross tab query to generate this data for present, absent and leave (attStatus = 1,2,3 respectively)...
  13. P

    DoCmd.OutputTo Locks the Source Table and Causes the Next Reports to Not Generate Successfully

    I myself am not good at programming and started using Microsoft Access few month ago. I wanted to generate whole class result with subject names as column header but report generated from a cross tab query have good number of columns and if number of subject for a given class are changed, report...
  14. P

    DoCmd.OutputTo Locks the Source Table and Causes the Next Reports to Not Generate Successfully

    Hello, I have a report based on a dynamic crosstab query and a button to save the report in PDF format using DoCmd.OutputTo acOutputReport, "rptResult", acFormatPDF, sFileName. If I display or print the report, everything works fine. However, if I create a PDF using aforesaid code, it also...
  15. P

    Solved How to Insert Logo Saved as Attachment on a Report

    I didn't know about this. Let me check. Thanks a lot @theDBguy
  16. P

    Solved How to Insert Logo Saved as Attachment on a Report

    OK. Thanks for image. But by this method I've to change images on all reports of the i need to replace logo.
  17. P

    Solved Calculating Percentage and Comparing it with Given Criteria to Determine Grades

    Thanks a lot @Pat Hartman. I have used a table to store the grades but method suggested by you and @arnelgp (i.e. table having from and to bounds for a grade and find the grade using query) gave me another method by which I could handle grading of students. I'll check this too. Stay safe and...
  18. P

    Solved How to Insert Logo Saved as Attachment on a Report

    Thanks for the db @arnelgp. I have seen the report and module1. It works as I needed. Thanks a lot.
  19. P

    Solved How to Insert Logo Saved as Attachment on a Report

    Thanks for reply @theDBguy, subreport could be used... never thought that way. Thanks a lot. By image gallery, you mean my PC image gallery or something else? My purpose is if in future I change the logo, I don't have to change on individual reports. Solution provided by @arnelgp works...
  20. P

    Solved How to Insert Logo Saved as Attachment on a Report

    I'm away from PC right now. I'll check it and then let you know. Thanks for the db. Best Regards
Back
Top Bottom