Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2009
    Posts
    1

    Storing an Equation in Table

    This could fall under multiple categories, so I thought I'd put it here.



    I have a table which has a type (bar shape) field and several numeric fields (dimensions) for an object (in this case, a reinforcing steel bar). However, the calculation used to combine the numeric fields varies depending on the object type (bars are bent in varying ways using the standard dimensions and I am calculating length).

    I realize that I can program this on a form or report pretty easily. The catch is that I want the capability for users to add custom bar shapes, which will have their own special calculation.

    I have looked into trying to add the logic of the calculation (through yes/no fields) to this table and then do a query. Unfortunately, the nature of the equation varies enough from shape to shape that it would be very difficult to do. The easy thing would be to store the equation for each bar shape.

    Any ideas. I realize this would head in the direction of stored procedures, which are not Access' strong suit.
    Last edited by tmedler; 03-09-2009 at 09:27 AM. Reason: spelling

Please reply to this thread with any new information or opinions.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums