krishnanhemanth
Registered User.
- Local time
- Today, 14:23
- Joined
- Jun 12, 2009
- Messages
- 115
hi everybody
i have a unbound textbox that looksup value from a table ....for example
in a PURCHASE ORDER form i have an unbound textbox called ADVANCE PAYED
THE value for this filed is by using dsum and the value displays correctly
but the problem is....
the table "advancepay" has only data for the purchaseorders where the advance is payed.
purchaseorders that dosent have advancepay is not enterd in this table
suppose...purchase order 1 is eligible for advance pay of 100 $, i enter it in the advancepay table and the corresponding data displays in my form PURCHASE ORDER
purchase order 2 is not eligible for advance pay and hence no entry in the table "advancepay"
but in the form PURCHASE ORDER the unbound textbox ADVANCE PAYED shows a blank for those records that dont have an entry in the table :advancepay"
i would want it to show a zero rather than a blank
i have tried nz, isnull, iserror and failed
plz help
hemanth
i have a unbound textbox that looksup value from a table ....for example
in a PURCHASE ORDER form i have an unbound textbox called ADVANCE PAYED
THE value for this filed is by using dsum and the value displays correctly
but the problem is....
the table "advancepay" has only data for the purchaseorders where the advance is payed.
purchaseorders that dosent have advancepay is not enterd in this table
suppose...purchase order 1 is eligible for advance pay of 100 $, i enter it in the advancepay table and the corresponding data displays in my form PURCHASE ORDER
purchase order 2 is not eligible for advance pay and hence no entry in the table "advancepay"
but in the form PURCHASE ORDER the unbound textbox ADVANCE PAYED shows a blank for those records that dont have an entry in the table :advancepay"
i would want it to show a zero rather than a blank
i have tried nz, isnull, iserror and failed
plz help
hemanth