Dear Sir/Madam
I am sort of new to Access, and I have few questions about Access, which could be very Easy to your experts.
These questions are related to each other, and are as follow:
Let’s say I have some data about the length and Width of some Rectangular, and I want to enter them in a table and also make some kind of form for my table.
Therefore we would end up with a Table Rectan And a Form Calrec.
Length Width Area
7 9 7*9
5 25 5*25
Table: Rectan
Now these are the question:
First of this table could growth to hundreds of Rows as we Enter more Data
1. My first question is, can I basically by writing some kind of codes treat my table just as If it was an Excel Spreadsheets? That is by entering the values for Length and Width columns in my table the Value of my Area Column would be calculated, which is the Multiplication of the other 2 values.
2. The second question is the same as first question but it applies to My Form.
I know that after creating my Form Calrec, I can write the following Code in the properties of Area > Data > Control Source: = [Length] * [Width]
And as I enter the new Values for Length and Width the Calculated values for area would appear in my area Space, Now my question is how can I capture or save the values of area from my form as I am entering the new values for the Length and width in My Table as well? I know It should be done by writing some kind of codes in Form properties > Area > event
I would like to thank you in Advance.
Best Regards
Sanan
I am sort of new to Access, and I have few questions about Access, which could be very Easy to your experts.
These questions are related to each other, and are as follow:
Let’s say I have some data about the length and Width of some Rectangular, and I want to enter them in a table and also make some kind of form for my table.
Therefore we would end up with a Table Rectan And a Form Calrec.
Length Width Area
7 9 7*9
5 25 5*25
Table: Rectan
Now these are the question:
First of this table could growth to hundreds of Rows as we Enter more Data
1. My first question is, can I basically by writing some kind of codes treat my table just as If it was an Excel Spreadsheets? That is by entering the values for Length and Width columns in my table the Value of my Area Column would be calculated, which is the Multiplication of the other 2 values.
2. The second question is the same as first question but it applies to My Form.
I know that after creating my Form Calrec, I can write the following Code in the properties of Area > Data > Control Source: = [Length] * [Width]
And as I enter the new Values for Length and Width the Calculated values for area would appear in my area Space, Now my question is how can I capture or save the values of area from my form as I am entering the new values for the Length and width in My Table as well? I know It should be done by writing some kind of codes in Form properties > Area > event
I would like to thank you in Advance.
Best Regards
Sanan