In an Access 2000 database I have a table contianing fields, formatted as Yes/No
In a query I have the following expression:-
THCDisbursment: IIf([IsContainer]=True,[Disbursment],[NonDisbursment])
When I run the query the results are shown as "-1" or "0"
How do I the results to be shown as a check box?
I have tried:-
THCDisbursment: Format(IIf([IsContainer]=True,[Disbursment],[NonDisbursment]),"True/False")
This does show the results as True or False, but I want a check box!
In a query I have the following expression:-
THCDisbursment: IIf([IsContainer]=True,[Disbursment],[NonDisbursment])
When I run the query the results are shown as "-1" or "0"
How do I the results to be shown as a check box?
I have tried:-
THCDisbursment: Format(IIf([IsContainer]=True,[Disbursment],[NonDisbursment]),"True/False")
This does show the results as True or False, but I want a check box!