Search results

  1. E

    menu bars

    thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  2. E

    menu bars

    :confused: I'm trying to find it, not so simple! My connection is really slow! may I ask you to help me to find it!It would be really nice! :p Thank you, anyway! :)
  3. E

    menu bars

    Hi everybody, how may I hide all the menu bars in my access??? I made my own menu and I would like to show only this one! Thank you!
  4. E

    HELP HELP Html Workshop

    I forget, the error message is: HH_HELP_CONTEXT called without a [MAP] section
  5. E

    HELP HELP Html Workshop

    Hi, I've just created a .chm file (a really nice help for my database :D )! I put some id in a header file, set some alias Then (following some instructions found on internet) I try to connect my database (a form) to the .chm file, but it doesn't work! Some suggestions?
  6. E

    Help Guide

    Hi, how to create an help guide for a database?
  7. E

    Ado ???

    thank you very much! i'm not an advanced programmer, as you cn see!i only need the good suggestions (sometimes i fell discouraged) :p
  8. E

    Ado ???

    And what happens if i put in a criteria as >= forms!FSearch!Text1.value and the value is null? or worse not enabled?
  9. E

    Ado ???

    yes, i can see, but what is the way to change some criteria, to put some sql (taken from 2 differents unbound textcontrols) like: >= text1 and <=text2 :eek:
  10. E

    Ado ???

    THANK YOU! :D And how can I connect with a query to set some criteria? :o
  11. E

    Ado ???

    Hi, how can I open the current database using ado, without specifying the path? :eek:
  12. E

    Querying by vba

    Do you mean I have to force users to put some criteria? Because my goal it's different.
  13. E

    Querying by vba

    i've aleady tried When I put between textbox and textbox2 in the criteria of the query if I don't fill something in the textboxes, in the listbox there won't be any records!
  14. E

    Querying by vba

    aH, OK! They're not bounded! I'd like to use their values to set a sql statement or somenthing like "between " & textBox1.value & "and " & textBox2.value
  15. E

    Querying by vba

    I haven't got a clue! It's the first time i hear about unbound text boxes!
  16. E

    Querying by vba

    My form has 2 textControls for each field and a checkBox. If the checkBox is checked the two textControls will be enabled. In these you have to put you criteria (e.g. from 20 to 5000) I tryied to put everything in a Query, but if I don't write any cirteria in some fields it doesn't work, or...
  17. E

    Querying by vba

    Hi, I have a query with no criteria, but only fields. I would like to say to the query, using vba code, which are the criteria to use. :rolleyes:
  18. E

    query with range

    Hi, i have a form to search data inserting data in text fields. I want to let users specify a range to search specify data with range (e.g. marine area from 200 ha to 1000 ha) and show results in a list box. my idea is to create a selection query where criteria are between...
  19. E

    Portrait/Landscape

    i tried to let all my controls fill in a report portrait, but i doesn't work! What I need is, I think, some code to put in a module or something, to tell my database that 3 of my reports must be printed in a landscape format! But, how???
  20. E

    Deleting Records

    Grazie, merci, dank je wel, thank you, gracias!!! It really works!!! :) :D :D :D :D :D
Back
Top Bottom