Link to home
Start Free TrialLog in
Avatar of VirtualKansas
VirtualKansas

asked on

Access 2103 Web App: How to create a calculation to update a field

Can do this in desktop, but migrated a desktop set of tables to web app. and brain drain on all the details.

Quick & simple; have to fields and want the third to calculate and then update a third field.  The key if I'm asking right is the 3rd field exists in the table, I just want it "filled in" based on values of the other two fields...
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VirtualKansas
VirtualKansas

ASKER

OK, will lead me to next question: "Access 2103 Web App: How to create a data macro calculation to update a field"
Since my response didn't actually answer your question, you probably shouldn't have awarded me the points and closed the question.  That will keep others from attempting to answer.

As I said, I don't use web apps (and won't until they support a programming language), I can't offer specific help.  All you have to work with are macros so that is where I would start.  I'm not even sure what events are available for web forms.  So, you'll have to examine the events available for the control that you want to trigger the update and decide which would be most appropriate (BeforeUpdate is the event I would use on a standard form but I don't know if that event is available or if it fires under the same circumstances).  Then examine the macro actions available.