increment from different fields

S

Squibbly

is it possible to increment a field value from a different form
what i want to do is increment a field value in one form which will also
increment another field value in another field automatically either through
vba or SQL??
 
J

Jeff Boyce

Why? As in "what will doing this allow you to accomplish?" A bit more
explanation of what you are trying to accomplish (rather than "how") would
give us more to go on.

And a description of what you are trying to accomplish gives the readers the
chance to offer alternative approaches.
 
S

Squibbly

what i am trying to do increment or decrement a field that contains a
number, obviously, dont worry im not being sarky, what this field contains
is a whole number that is not currency

GS is goals scored
GA is goals against

both fields are contained in two different tables and i want to
increment/decrement both fields, where applicable, using a form that the
source is from one table

if you dont get me let me know plz
 
Top