S
skc
I have a table I am querying through FP2000 on Win2K
running IIS5.0.
My table has a column that is blank or non-blank with
numbers. I want to display all contents of the field
whether blank or not-blank. I have created complex drop-
down menus as a web form that query the database, but for
some reason my query:
....WHERE slip_number Is Null OR slip_number Is Not Null
This does not work, as it seems to call up all records
that do not meet the criteria.
I seem to recall that there was once a command called Like
*, but this did not work...so I need help please.
skc
running IIS5.0.
My table has a column that is blank or non-blank with
numbers. I want to display all contents of the field
whether blank or not-blank. I have created complex drop-
down menus as a web form that query the database, but for
some reason my query:
....WHERE slip_number Is Null OR slip_number Is Not Null
This does not work, as it seems to call up all records
that do not meet the criteria.
I seem to recall that there was once a command called Like
*, but this did not work...so I need help please.
skc