Search results

  1. R

    Update with where clause

    Hi, I have a Loans form and an Equipment table. I would like the 'Available' checkbox in the Equipment table to be unchecked when when the user clicks the 'Submit' button on the Loans form (i.e. when an item is loaned out) - but I only want the checkbox corresponding to the item (Equipment ID)...
  2. R

    Auto update checkbox in table onclick

    Hi, please help! I am a beginner to VB so please excuse my poor programming. I have an 'Equipment' table with a field 'Available' which has a checkbox assigned, the default value is 'Yes' (checked). I then have a 'Submit' button within a 'Loan' form. I would like it so that when the button is...
Back
Top Bottom