Search results

  1. rob.low

    Stopping DB after "free trial" etc

    Hi Mike Thought you might find the attached database interesting. It is a striped out version of how i package my demo databases. It stores the values in the database properties (nice and tidy no external files or tables that can be tamperd with) (my full version has the function to set...
  2. rob.low

    Stopping DB after "free trial" etc

    hi mike how are you progressing on this ? rob
  3. rob.low

    Stopping DB after "free trial" etc

    hi mike I'm sure i read on here some were that if you hide the table using MSysObjects system , when the data base is compacted it will be deleted i will search for the post later and put a link on here regards rob :)
  4. rob.low

    Question Recomendations after finish DB

    Hi there. 1/you might want to design a way to give free trials of your database (IE: 30 day demo then expire) 2/also you might want to design some kind of code that will let you lock your database to the customers PC (by registration code or similar) so it cant be coped and used without...
  5. rob.low

    Stopping DB after "free trial" etc

    Hi there merry Christmas. :D Have you considered using the registry to store the times open and date of expiry values? This is one of the ways how i set my trial databases that i send out. regards :) rob
  6. rob.low

    matching dates in unbound textbox problem

    thanks for the help kiwiman all sorted now thanks m8 rob
  7. rob.low

    matching dates in unbound textbox problem

    hi there under each date it says null see below 08/12/2008 Null 08/12/2008 Null rob
  8. rob.low

    matching dates in unbound textbox problem

    hi there Thanks for the reply. tryed the code you posted. and it loads the second form not the first even though the dates do match? :confused: thanks for your help with this rob
  9. rob.low

    matching dates in unbound textbox problem

    hi all. Wonder if some on can have a look at what I'm trying to do and point me in the right direction? what i have is a form with 2 unbound text boxes both containing a date and what i need is if the dates both match then do one thing and if they don't match do something else. IE: if...
  10. rob.low

    Ascending order on my search form?

    bob that worked a treat for me also thank you rob :D
  11. rob.low

    Search Function

    Thanks for all the good examples of the search pages :) this has helped me with my database :rolleyes: what a great forum :D
  12. rob.low

    Copy record and update one field

    this thread helped me out today so much thank you guys :D the search facility is awesome and easy to use on this site :rolleyes: cheers rob
  13. rob.low

    Open form based on listbox selection

    This helped me out thanks :D
  14. rob.low

    password date issue

    thank you hi paul that worked a treat thank you cheers rob :D
  15. rob.low

    password date issue

    hi what i have is a unbound text box that gets the hard drive number in to it. and what i am trying to do is add the month and year to the end of the hard drive number ie: hard drive numger is 12345678(i want the month and year shown here) ie 12345678(1008) () is date any help will be...
  16. rob.low

    display date and week number??

    sorted now thanks sorted it now thanks for help
  17. rob.low

    display date and week number??

    i still cant work this out. :confused:
  18. rob.low

    display date and week number??

    hi i would like to display the date and week number on one of my forms but have no idea about dates and how to code this. can some one help? id appreciate it it beyond me :confused: thanks :) rob
  19. rob.low

    date from unbound textbox problem

    thank you thank you ajetrumpet :) that worked like a charm :D rob
  20. rob.low

    date from unbound textbox problem

    hi there what i am having difficulty with is :confused: i have a form with a unbound text box were a date is added by a user and then a command button is clicked and if the date entered is say 10 days older than the todaysdate date it opens a different form something like this?? date <...
Back
Top Bottom