S
SpookiePower
I found this guide on the net -
http://www.fontstuff.com/access/acctut01.htm
and it works just fine for me, except that it show up
in a dialog box.
I now want to change it a bit, so it suits my needs better.
I want to put a bottom and a textbox on my form, so the
user can enter som text in the textbox, click the bottom
and the result is displayed in a subform.
As in the guide I have made a query in designview.
If I under the "critieria" types -
Like "*" & [type promt here] & "*" it will show up
in a dialogbox. I want to put the text from the textbox into
this search critiera.
My idea was to do it this way -
Like "*" & [Forms]![frmMain]![TextBoxSearchAdress] & "*"
But I can't get it to work.
Someone who can help ?
http://www.fontstuff.com/access/acctut01.htm
and it works just fine for me, except that it show up
in a dialog box.
I now want to change it a bit, so it suits my needs better.
I want to put a bottom and a textbox on my form, so the
user can enter som text in the textbox, click the bottom
and the result is displayed in a subform.
As in the guide I have made a query in designview.
If I under the "critieria" types -
Like "*" & [type promt here] & "*" it will show up
in a dialogbox. I want to put the text from the textbox into
this search critiera.
My idea was to do it this way -
Like "*" & [Forms]![frmMain]![TextBoxSearchAdress] & "*"
But I can't get it to work.
Someone who can help ?