Hi,
I am trying to make a project for school which requires the use of access 2003. I have made the tables in the database but don't know how to do calculate fields.
Here is an example. The table is called invoices and has the following fields
Invoice_Number, Amount_Paid, Amound_Due.
i want a person to enter Amount_Paid and the Amount_Due to be calculated automatically. For example lets say
Amount_Paid = 0
Amount_due = 100
When the person enters 50 in Amount_Paid the fields become
Amount_Paid = 50
Amount_Due = 50
Also later when he enters 50 again in Amount_Paid the fields Become
Amount_Paid = 100
Amount_Due = 0
How can such a procedure be implemented in Access?
I would really appreciate if somebody could help me in this,...
Thank u
I am trying to make a project for school which requires the use of access 2003. I have made the tables in the database but don't know how to do calculate fields.
Here is an example. The table is called invoices and has the following fields
Invoice_Number, Amount_Paid, Amound_Due.
i want a person to enter Amount_Paid and the Amount_Due to be calculated automatically. For example lets say
Amount_Paid = 0
Amount_due = 100
When the person enters 50 in Amount_Paid the fields become
Amount_Paid = 50
Amount_Due = 50
Also later when he enters 50 again in Amount_Paid the fields Become
Amount_Paid = 100
Amount_Due = 0
How can such a procedure be implemented in Access?
I would really appreciate if somebody could help me in this,...
Thank u