Expression Builder : MS ACCESS FORMS
Please support our MS Access and FileMaker Pro advertiser: Programming Forums
![]() |
•
•
Posts: 191
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
Other Threads in the MS Access and FileMaker Pro Forum
- 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
•
•
•
•
Views: 1881 | Replies: 4 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode