L
learning_codes
Hi,
I want to create "Completed: # of # -Total Questions"
I created two text box
txt_completed: If([Completed] like "Yes", =Count([Yes])
txt_Total: If([Completed] like "Yes" or "NO",=Count([Completed])
="Completed: " & [txt_completed] & " of " & [txt_total]
I want to know if there is a better way of doing this. Your help
would be appreciated.
Thanks
I want to create "Completed: # of # -Total Questions"
I created two text box
txt_completed: If([Completed] like "Yes", =Count([Yes])
txt_Total: If([Completed] like "Yes" or "NO",=Count([Completed])
="Completed: " & [txt_completed] & " of " & [txt_total]
I want to know if there is a better way of doing this. Your help
would be appreciated.
Thanks