Search results

  1. corentin

    How to reference a Textbox by Query Criteria on a unbound Form displayed in Main Form ???

    Hello everybody, Bom dia, Let me explain my last problem on my project. I have a MainForm and other forms that are displayed on it with a subform view called "Form_View". Note that between MainForm and the other that I wantr to display, there are no links (Link Master Field and Link Chield...
  2. corentin

    How call On Load Event for a Form included in a Main Form ?

    Hello dear users, In order to finish my "MRP" project, I need your help. I have a mainfrom called Main_Form and an other form called Stock_Management. What I want is simple : display the Stock_Management form (when I click on a button) in the subform window of the mainform (that is working) but...
  3. corentin

    Problem to insert last autonumber record ID into an inster into statement in a loop ...

    Good morning users, I am facing to a hard problem (beginner in VBA code). What I need is to get the last record ID "Purchase_REF" field (autonumber incremented, primary key) from table "tbl_Production_Order" and put that value into an other table "tbl_PO_Process" (into a text field, primary...
Top Bottom