Locust2000
Registered User.
- Local time
- Today, 14:46
- Joined
- Oct 25, 2002
- Messages
- 10
We use a DOS based program that uses dbase files. I've made a bunch of reports etc through Access for various things that are much faster and nicer in most cases, and simply not posible in some cases using our original setup.
I'm having a problem with tables that have an empty field.
The fields in question are Numeric. In dbase, and empty field is automatically assumed to be 0. In access it deems it does not.
My current string is:
[INBRANCH]![SOH_OPEN]+[INBRANCH]![SOH_RECTS]+[INBRANCH]![UNITS_TM]-[INBRANCH]![SOH_TRFRS]+[INBRANCH]![SOH_ADJ])<>0
This works perfectly as planned, EXCEPT if any of the fields are 'empty' When this happens, the record is omitted from the final query result.
Ideally, I don't want to run an Import Routine to replace Empty with 0 as that's chaning the original DBF which I don't want to do if possible to avoid.
Help!

I'm having a problem with tables that have an empty field.
The fields in question are Numeric. In dbase, and empty field is automatically assumed to be 0. In access it deems it does not.
My current string is:
[INBRANCH]![SOH_OPEN]+[INBRANCH]![SOH_RECTS]+[INBRANCH]![UNITS_TM]-[INBRANCH]![SOH_TRFRS]+[INBRANCH]![SOH_ADJ])<>0
This works perfectly as planned, EXCEPT if any of the fields are 'empty' When this happens, the record is omitted from the final query result.
Ideally, I don't want to run an Import Routine to replace Empty with 0 as that's chaning the original DBF which I don't want to do if possible to avoid.
Help!