Need Help with Database

PuJo

Oilfield Trash
Local time
Yesterday, 17:05
Joined
Oct 12, 2006
Messages
16
I don't know the first thing about Access, but I was able to make a database that kinda works for me, but not really. My calculations are being stored in the form and not the table. I know I should not do this, but I can't figure out how to get it to store the calculations in the table, even after reading all the good post on this site, I am still dumb founded.

So my request is. I have a 1.0 meg. winrar file containing my batabase. Would someone be willing to look at it and maybe even fix it for me?

If so, the file is too big to upload to this site, so just email me at pujo@bellsouth.net and I will send you the file, and see what you can do with it.

Thanks,
PuJo
 
form calculations

You should always use a query to do your calculations, not a table. Base your recordsource of your form on a query.
What calculations are you trying to do? Some examples would be helpful.
 

Users who are viewing this thread

Back
Top Bottom