Recent content by daps07

  1. D

    VBA RunSQL to update existing field record in table from Form

    The concept of the Database actually is to create Inventory for Stock In and Stock Out wherein I have 2 Stock locations Vault and cabinet. I have a Product name table that includes the onhand stock for both Vault and Cabinet. From the form, I have a Combobox combination where I need to select...
  2. D

    VBA RunSQL to update existing field record in table from Form

    I am new to Access VBA, slowly building up knowledge, and having trouble getting an On Click Update Event using RunSQL to work. I have a form bound to the Card Description table1 to get the Onhand_Stock value, as long the Product name meets then it will get the value from the Vault_Stock...
Top Bottom