: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! :)
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?
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:
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!
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
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...
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...
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???