- Local time
- Today, 16:27
- Joined
- Jan 23, 2006
- Messages
- 15,456
I tried to run the test.mdb that was in the zip file test.zip in post#38.
I found there was no If IsNull check on the value to be Split before doing the For Next.
I added a default value for fsearch ("XXX_NotFound_XXX") on entry to the function.
The if to check the textbox value was this sort of format
I had difficulties with invalid use of Null. And then froze my machine.
Had to kill the MSAccess.exe to get control.
I'm on Vista home with all updates applied.
Access2010 with default to 2000-2003 mdb format.
jdraw
I found there was no If IsNull check on the value to be Split before doing the For Next.
I added a default value for fsearch ("XXX_NotFound_XXX") on entry to the function.
The if to check the textbox value was this sort of format
Code:
If IsNull( the search field.value) Then
exit function
else
for...
next
end if
I had difficulties with invalid use of Null. And then froze my machine.
Had to kill the MSAccess.exe to get control.
I'm on Vista home with all updates applied.
Access2010 with default to 2000-2003 mdb format.
jdraw