98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Forms
Forms
Resolved · High Priority · Version 2002/XP
Fiona has attended:
Access Intermediate course
Access Advanced course
Forms
I have created Net, VAT and Gross Tabs in forms, could you please explain how to add a VAT calulation also I having problems with the Gross Tab in Forms it does not read through
to the table.
How do you stop numbers (in forms) from rounding off the the nearest Whole number.
RE: Forms
Dear Fiona
Thank you for attending Access Intermediate course!! I hope you enjoyed the course and benefited from it.
I have created a database based on your requirement and created some fields to do some calculations.
Please refer to the database that I have uploaded. Following is the step by step instruction how I managed to create this database.
1. I created a database called VAT calculation
2. I created a new table called Expenses and entered three fields i.e. Exp ID, Exp Description and Net_Cost
3. I created a Form based on this Table.
4. In the Form Design view I create a Label to mention that the VAT is 15 %.
5. Then I created a Text box from the Tool Box and named the label of it as VAT and in the white box( text box) entered the following formula:
=[net_cost]*0.15
6. Because we created this control (text box) therefore I right clicked on the white box of the VAT and then chose Properties.
7. In the Properties dialog box I clicked on the Other tab and then typed in VAT in the name box
8. Then I created another text box and typed Gross Cost in the label and entered the following formula in the white box:
=[net_cost]+[vat]
In the form view you should be able to see the results.
I also wanted to change the decimal places of the new controls which should be the answer to your second question in the post I simply went back to my design view and right clicked on the text box ( white box) of the VAT and chose Properties and chose the Format tab. I chose Currency from the format dialog box and also left the decimal place to Auto which should be two decimal places by default. I repeated the same for Gross Cost text box.
I hope this has answered your query.
If this has answered your query then I would request you to please mark the question as resolved!! If not and you have a specific question related to this then please post it as a new question and we should be able to provide you the solution for it!!
Kindest Regards
Rajeev Rawat
MOS Master Instructor 2000 and 2003
MCAS Master Instructor 2007
Attached files...
RE: Forms
I created a form for Products, the net amount is fine
but the values in the VAT and Gross tabs do not show in the product table.
How do I resolve this.
Thanks,
Fiona
RE: Forms - drop down list - retrieving data
I have created a form for Client details, which has a combo box for Client Names, but when the info has been entered in all the fields and saved, I have a problem retrieving the info when I use the combo box eg. Client Name Fiona (in drop down list), but does not automatically retrieve all the information which I entered earlier.
The Info has been stored in the Table, but I want to be able to view the Client details in forms.
RE: Forms - drop down list - retrieving data
I have been able to retrieve Client information from the drop down list , but when I scroll with the mouse the information in the fields will disapper or automatically bring up the next client details from the drop down list.
How do I stop the text in the fields for changing.
RE: Forms - drop down list - retrieving data
I have created a form for Client details, which has a combo box for Client Names, but when the info has been entered in all the fields and saved, I have a problem retrieving the info when I use the combo box eg. Client Name Fiona (in drop down list), but does not automatically retrieve all the information which I entered earlier.
The Info has been stored in the Table, but I want to be able to view the Client details in forms.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Modal formsIf you have created a form / switchboard and dont want people to get away from using the switchboard, you can change the form properites for Modal to On. |