Calculateing in a form control

J

Jan Il

Hi all - Access 2002 - WinMe

I am creating a form to do date entry, and I want to display a balance in a
control on the form. I want to show a sum of the difference between two
other controls on the form. The name of the form is frmCheckRegister.

What I now have in the Balance control on the form is:

=Sum([Forms]![frmCheckRegister]![txtCheckAmt]-[Forms]![frmCheckRegister]![tx
tDepositAmt])

But, I am getting an #Error in the Balance control.

I would truly appreciate any suggestions on where I have made the mistake in
this calculation.

Best regards,
Jan :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top