Search results

  1. rob.low

    how to count values in listbox collum ?

    hi im trying to add the values in the arests collum in my listbox and show the total in a text box on my form any help apprechiated thanks rob :)
  2. rob.low

    date range search not working ?

    hi all i have this code to search a date range it works for the first month only ....after that it just selects all records any hep will be apprecheatied thanks rob
  3. rob.low

    leban pdf convertr and criteria ?

    Hi All, I've been useing the Leban report to pdf code and it works great. My problem is that some of my reports have no filtering from querys. they are filterd by the following code behind a command button that selects, selected records from a list box this is the lebans code (slightly...
  4. rob.low

    search form -date range

    Hi all, I have a Search form that i am useing (downloaded from here a few years ago) and dont know who wrote it orginaly? Any way it works fine I have 2 search fields that i can search "make" And "model" The problem starts here... i have Added 2 More unbound Textboxes To the form 1 named...
  5. rob.low

    Sub Form Showing Nothing

    Hi There I cant work out were I am going wrong :confused: ... heres whats happening I have a form called "clients" and data is stored in table "clients" Also on that form is a sub form called "contacts" and data is stored in table "Contacts" Parent and child are linked with a field named...
  6. rob.low

    scaning progress bar

    Hi all :) What i am trying to achieve is this. i have 3 colored labels next to each other i am trying to use the timer function to somehow make each label visible at a time say left one visible then not, then middle visible then not, and right visible then not Trying to get sort of a...
  7. rob.low

    referance Microsoft Scripting Runtime

    hi All Looking for some help please. i have the following code to get the hard drive serial number (works ok) the problem is i have to set the references to Microsoft Scripting Runtime' which makes it hard to distribute my database. is ther any way i can referance to it in vba? so i...
  8. rob.low

    help on how this form wizard works please

    Hi all Looking for some help on how this form wizard works please (downloadeed from hitechoach's web site ..well worth a look there) i cant see how it works i can see the first page it shows in design view but were are the other pages it shows when you run it? sorry i just cant see how it...
  9. rob.low

    export module as .bas file with vba code

    Hi all Need some help Please :) looking to export a module from my database as a .bas file is there any way of doing this via vba code ? say from a command button maybe? any help will be really appreciated :D thanks Rob :)
  10. 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...
  11. 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...
  12. 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
  13. 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 <...
  14. rob.low

    help on encrypting fields in table

    hi there what i am trying to acheve is to .. when my splash screen opens it runs a code or calls a function to decrypt my table and when the main page closes it does the same but encrypts the table. i have only 1 table with 1 date field in it i have searched the forum and seen some examples...
  15. rob.low

    need help i cant work out were values are saved to??

    need help i cant work out were thease values are saved to?? Hi there. I downloaded a demo database (attached, Expiry 200 ) witch allows me to distribute my databases in demo mode with the option of registering a full copy. this works a treat so far. :) but now i want to modify the code but i...
Back
Top Bottom