FuneralofSmiles Posted December 9, 2003 Posted December 9, 2003 Can anyone tell me how I would go about adding together a particular field in a database? Thanks. Quote
BlueOysterCult Posted December 9, 2003 Posted December 9, 2003 How do you mean? Insert into - just off the top of my head... is that what you mean? R Quote
FuneralofSmiles Posted December 10, 2003 Author Posted December 10, 2003 What I mean is adding all the cells in a field that contain numerical data and stores them in a variable on form load or change. Such as an expenses database that has a 'Deposits' field and an 'expense' field. During formload adding all the cells in each field that actually contain data, storing each in a respective variable and then subtracting expenses from deposits an displaying overall balance in a label. I still can't figure how to do this. Any help would be gratefully appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.