Recent content by Razon09

  1. R

    Lookup Value From Multiple Tavle

    Hi. So, I have a table let's call it Table A. Table A have several field, Parts ID, and P Number. I also have Table B which has Parts ID and Parts Name Field. And Lastly, I have Table C which has P Number and Parts ID as primary key, and Remaining Qty which is a calculated field. What I want to...
  2. R

    Solved Autosave Continuous Form

    Hi, I tried to make a continuous form. I made a cancel button to close the form and to undo every change that has been made. It works for my single form with this: Private Sub CMD_BACKTOMAIN_Click() Me.Undo DoCmd.Close acForm, "FRM_PURCHASING ORDER", acSaveNo DoCmd.OpenForm "MAIN FORM" End Sub...
Top Bottom