Recent content by guy123

  1. G

    Combo Box to Table Question

    I am sending it to a table for keeping records of the form I got the door number section to save to the form by putting the field in the control source on the form but the others have values in their control source, can you have two? I tried using child/form or table but I am not completly sure...
  2. G

    Combo Box to Table Question

    -This Code is not wokring the &Select line is coming up yellow, but thanks for the response I may get it figured out eventually
  3. G

    Combo Box to Table Question

    I have a combo box named combo159 In this box SELECT FIREDOORS.[DOOR NO], FIREDOORS.[BETWEEN ROOMS], FIREDOORS.[ROOM/AREA], FIREDOORS.[REQUIRED DETECTION SYSTEM] FROM FIREDOORS ORDER BY FIREDOORS.[DOOR NO]; Is the row source It gets three values from my table Fire Doors The Door is in the...
  4. G

    Combo Box to Table Question

    I have made a combo box that fills in fields on a form, now I need those values to be sent back to the table when I save the record. Is there a way to do this without writing code? Or just a way to do this? I got the value from the place where I put the combo box to return to the data table...
Back
Top Bottom