Hi I have created a graph using ms access 2003. I need to show the datasheet. What i am struggling with is adding 2 grand total columns one running vertically and one horizantally and is there a way to automate the sum of those new columns
An expert who has achieved level 2 by getting 100 points
MVP:
An expert that gotĀ 5 achievements.
Governor:
An expert whose answer gotĀ voted for 20 times.
Scholar:
An expert who has written 20 answers of more than 400 characters.
Expert
133 Answers
Re: Ms Access 2003
If Access is anything like Excel, you can put in one of the cells:
=SUM(A1:A5)
If I remember rightly. That will add all the values from A1 to A5 together and display it. Alternatively, you can do =SUM( and then select all the values you wish to add together with your mouse by dragging, or selecting individually by holding CTRL whilst individually selecting.
Hope this helps, because I'm only going under the assumption that Access is similar to Excel. Either way, you will need to use a formula similar to the one I just showed you.
- If you need clarification, ask it in the comment box above.
- Better answers use proper spelling and grammar.
- Provide details, support with references or personal experience.
Tell us some more! Your answer needs to include more details to help people.You can't post answers that contain an email address.Please enter a valid email address.The email address entered is already associated to an account.Login to postPlease use English characters only.
Tip: The max point reward for answering a question is 15.
1. You can use Pages option in MS Access. The page in MS Access is the web page in MS Access which allows you to access database in MS Access database.
2. You can use MS Office Front Page application and use the Form builder and connect your database in that.
3. You can also use Google Apps Business Solution for this however the database will not remain in MS Access but will remain in Docs online.
4. You can use .net application developer for this as well but needs expertise in that.
on MS Access 2003: goto Tools Menu --> Startup --> select your form for "display form/page" dropdown uncheck the "display database window checkbox and display status bar checkbox
You cannot store the E in the autonumber field, but you can make the data look that way. Therefore, use the following format for the Employee_Id column:
\E000
If, as I suspect, this is for a web form, then it effectively can't be done on a "proper" web server. This is because you cannot install MS Office on an MS server OS (e.g. Server 2003). You need to use MS SQL Server or MySQL instead.
If this is for very limited use (i.e. only a few clients at a time), you can use XP running IIS but this is really not a good idea. The sedurity implications don't bear thinking about :) Linking a web page to Access can probably be done using ASP (never even thought of trying it - anyone else here know for sure?)
If you are using a Linux web server then it's totally out of the question. Use Webmin or PHPMySQL to set up a MySQL database & PHP to code the linkage between the page and the DB. There are plenty of tools out there that will automate this for you, some of them Open Source and therefore free to acquire.
Hi smiths,
Try adding a Label to the report in Design View. In the Properties, select the control source for this field. Insert one for your vertical and horizontal calculations as needed.
Hope this helps.
Regards
DeltaC
×