Calculated Fields Disappear

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a database that I created in Access 97. It has two calculated
fields, one that sums a field on my subform and one that counts the number of
records in the same subform. I've converted the db to Access 2000 using the
database converter and now my calculation fields just show up blank. Any
ideas on what's causing this and how I solve it?
Thanks,
Melinda
 
Hello,
I have a database that I created in Access 97. It has two calculated
fields, one that sums a field on my subform and one that counts the number of
records in the same subform. I've converted the db to Access 2000 using the
database converter and now my calculation fields just show up blank. Any
ideas on what's causing this and how I solve it?
Thanks,
Melinda

What are the Control Source properties of the two textboxes?

John W. Vinson[MVP]
 
John Vinson said:
What are the Control Source properties of the two textboxes?

John W. Vinson[MVP]

One is =Count(*)
The other is =Sum([TotalInvoice])

Melinda
 
John Vinson said:
What are the Control Source properties of the two textboxes?

John W. Vinson[MVP]

One is =Count(*)
The other is =Sum([TotalInvoice])

Melinda

Very odd. I wonder if the Form has become corrupt? Try creating a new
Form and copy all the controls from this one onto it.

John W. Vinson[MVP]
 

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

Back
Top