Check register

Rob.Mills

Registered User.
Local time
Today, 17:27
Joined
Aug 29, 2002
Messages
871
Can anyone give me an idea on how to setup a form that will do the calculations for a check register so that it will figure out the balance for each transaction.
 
your calculations should be done on a query, unless you know how to use code.
Example

10+10=20

first field is a number 10
second field is also a number 10
last = [field1]+[field2] 20

look in the northwind sample database from access, plenty of samples there
Dennis
 

Users who are viewing this thread

Back
Top Bottom