| | |
Expression Builder : MS ACCESS FORMS
Please support our MS Access and FileMaker Pro advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Feb 2008
Posts: 198
Reputation:
Solved Threads: 0
Hi,
Please help me with Expression builder for my FOrm.
Weight_likely - back end DB Column
I want an expression, where if Weight_likely is blank then in form 0 should be populated or if Weight_likely has a value then the value itself should be populated.
=IIf([Weight_likely]="",0,[Weight_likely])
Please help me on this.
Regards,
Jagadeep Reddy
Please help me with Expression builder for my FOrm.
Weight_likely - back end DB Column
I want an expression, where if Weight_likely is blank then in form 0 should be populated or if Weight_likely has a value then the value itself should be populated.
=IIf([Weight_likely]="",0,[Weight_likely])
Please help me on this.
Regards,
Jagadeep Reddy
You can use the NZ function:
The nz function will function will return [Weight_Likely] if it is not null. If it is null, it will return 0.
nz([Weight_Likely],0)
The nz function will function will return [Weight_Likely] if it is not null. If it is null, it will return 0.
![]() |
Similar Threads
- Microsoft Access date validation Need a solution (Database Design)
Other Threads in the MS Access and FileMaker Pro Forum
- Previous Thread: SQL moving data error
- Next Thread: MS Access Database
| Thread Tools | Search this Thread |





