C
Ciscus
Hi,
I have limited knowledge of Microsoft Access and all VBA-code around it.
I am trying to create a database in which I can enter all financial numbers
of a musical group I am playing in. I have created a table which consists
the beginning ammount of our money, called "initial". In this table there
are also 2 fields which are namend "incoming" and "outgoing". These tree
fields are used in a query to calculate te next value of "initial"
I have used a query with an extra expression looking like this:
Calculated = SUM([initial]+[incoming]-[outgoing]
This seems to be working fine, but now I am stuck. I don't seem to be able
to copy the value of the last query-record into a new table-record
(initial-field).
Is this the correct way to do such a calculation and how can I copy the data
into my table?
Many thanks,
Ciscus.
I have limited knowledge of Microsoft Access and all VBA-code around it.
I am trying to create a database in which I can enter all financial numbers
of a musical group I am playing in. I have created a table which consists
the beginning ammount of our money, called "initial". In this table there
are also 2 fields which are namend "incoming" and "outgoing". These tree
fields are used in a query to calculate te next value of "initial"
I have used a query with an extra expression looking like this:
Calculated = SUM([initial]+[incoming]-[outgoing]
This seems to be working fine, but now I am stuck. I don't seem to be able
to copy the value of the last query-record into a new table-record
(initial-field).
Is this the correct way to do such a calculation and how can I copy the data
into my table?
Many thanks,
Ciscus.