kong_haakon
Registered User.
- Local time
- Today, 15:41
- Joined
- Jan 30, 2013
- Messages
- 18
Hello access Wizards!
I have a problem that has ben bugging me quite a bit.
I have a simple database for web (access 2010 - one table, just under 20 fields) that is to contain a contactlist.
Ive set up the interface so that I can make a quick list of the "appropriate" contacts based on two criterias/parameters. This is query based, and I've designed the GUI with a form for inputting the parameters.
Now the tricky part!
Initially I had some issues with the query itself, but now the Query itself runs as it`s supposed to.
However, i'm having a new weird problem. My searchform has two textboxes (one for each of the two parameters) and a command button two run the query.
But for some reason it only collects and/or foreward the parameters when there is typed something into both of the textboxes. When I leave one of the fields blank, it returns nothing.
AKA; what I cant manage is for the query and the searchform to accept/forward a NULL parameter.
Any ideas as to what could solve this?
I have a problem that has ben bugging me quite a bit.
I have a simple database for web (access 2010 - one table, just under 20 fields) that is to contain a contactlist.
Ive set up the interface so that I can make a quick list of the "appropriate" contacts based on two criterias/parameters. This is query based, and I've designed the GUI with a form for inputting the parameters.
Now the tricky part!
Initially I had some issues with the query itself, but now the Query itself runs as it`s supposed to.
However, i'm having a new weird problem. My searchform has two textboxes (one for each of the two parameters) and a command button two run the query.
But for some reason it only collects and/or foreward the parameters when there is typed something into both of the textboxes. When I leave one of the fields blank, it returns nothing.
AKA; what I cant manage is for the query and the searchform to accept/forward a NULL parameter.
Any ideas as to what could solve this?