Search results

  1. S

    append data and modify own table

    i need to append data to another table, but at the same time i need to modify the current table. Table "seats" has flight no., seat no. ... and appended what i want to do is append some of the selected fields to a table called points. but at the same time change the appended field from no to...
  2. S

    making two forms interdependant

    i want to update a form called points automatically when i update the form seats. im trying to code it in VB but got no idea how to reference the external form for example i want it to be PointsAccumulated (of points table)= PointsSaved (in Seats table) any thoughts thnx sachin
  3. S

    Trouble using expressions

    hi all, ive got a table called seats and it containes the following fields: Flgiht_No. Seat_No. Cost Points_Worth Cash Points_Paid i want to make the expression; Points_Paid=Points_worth*(1-Cash/Cost) such that as soon as u enter the fields cost, cast and points worth it updates the field...
Back
Top Bottom