A
ageis
Let me preface this with: Yes, I know this goes against many things, I
know the problems it could create, and I know it should probably be
accomplished with a query.
But suppose all of that didn't exist and suppose I needed to populate
my table with the results of a calculated field from a field within my
form...and suppose this was my ONLY option.
I am dealing with Beginning Inventory, Receipts & Amount Processed.
This is the formula I have entered in the Control Source of the
[EndingInventory] field of the form:
=[BeginInventory]+[Receipts]-[Processed]
I need these results to populate the EndingInventory column in my table
(MailSort).
I understand that there are a couple of different ways to do this, one
dealing with using the EventProcedure/AfterUpdate option...but I am
lost. I am beginning to know my way around Access fairly well, but in
many area I am still a newbie.
Any help would greatly be appreciated. And for you gurus out there - -
if it helps at all you can call me crazy...I don't mind
know the problems it could create, and I know it should probably be
accomplished with a query.
But suppose all of that didn't exist and suppose I needed to populate
my table with the results of a calculated field from a field within my
form...and suppose this was my ONLY option.
I am dealing with Beginning Inventory, Receipts & Amount Processed.
This is the formula I have entered in the Control Source of the
[EndingInventory] field of the form:
=[BeginInventory]+[Receipts]-[Processed]
I need these results to populate the EndingInventory column in my table
(MailSort).
I understand that there are a couple of different ways to do this, one
dealing with using the EventProcedure/AfterUpdate option...but I am
lost. I am beginning to know my way around Access fairly well, but in
many area I am still a newbie.
Any help would greatly be appreciated. And for you gurus out there - -
if it helps at all you can call me crazy...I don't mind