FoeHunter
Board Regular
- Joined
- Nov 12, 2008
- Messages
- 236
I have an access file that we use to keep track of all of our spending/ordering. Just for eye candy, I want to add a total of all the orders onto the main screen. However, I don’t know how to make a VBA code to run a tally when the form is loaded.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Here is all of the information that I think is required, if something is missing, please let me know
<o> </o>
Form to have info displayed on: “MainMenu” in the “TotalOrder” Textbox
Data is pulled from the “SupplyLog” table, information is in the “TotalPrice” Field
<o> </o>
Thanks in advance
<o> </o>
-Foe
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Here is all of the information that I think is required, if something is missing, please let me know
<o> </o>
Form to have info displayed on: “MainMenu” in the “TotalOrder” Textbox
Data is pulled from the “SupplyLog” table, information is in the “TotalPrice” Field
<o> </o>
Thanks in advance
<o> </o>
-Foe