Problem : I have 2 column that contain numeric fields but then one column sometimes does not have any value, means that it has null value.
Solution : Use NZ function to convert the values to zeroes.
Example : NZ ([columnName1, 0 ]) + NZ([columnName2, 0])
Thursday, January 29, 2015
Tuesday, January 27, 2015
Running Number On Report MS Access
Problem : Running number for each records for report MS Access / Numbered Query
Solution : First add unbound text box. Then click properties, control source is = 1 and set Running Sum
to all over.

Credit To : http://rogersaccessblog.blogspot.com/2010/12/domain-function-examples-numbered-query.html
Solution : First add unbound text box. Then click properties, control source is = 1 and set Running Sum
to all over.

Credit To : http://rogersaccessblog.blogspot.com/2010/12/domain-function-examples-numbered-query.html
Relationship Indeterminate
Include All Records On Query
Right now I'm working on access project..
Problem : Pegawai yang tidak berkursus tidak akan di display dalam result query
Solution : Click edit the relationship line in the query and select the 2nd radio button to include all records from the first table termasuk pegawai yang belum pernah berkursus.
Credit to : http://stackoverflow.com/users/13302/marc-s
Problem : Pegawai yang tidak berkursus tidak akan di display dalam result query
Solution : Click edit the relationship line in the query and select the 2nd radio button to include all records from the first table termasuk pegawai yang belum pernah berkursus.
Credit to : http://stackoverflow.com/users/13302/marc-s
Subscribe to:
Comments (Atom)
