Search results

  1. M

    Displaying values from Tables using ComboBox - Reg

    Dear All, This is regarding getting values from different table. I have three Tables named Table1, Table2, Table3. Fields of Table1 are ID (Primary), MDate, Name, PerID Fields of Table2 are ID (Primary), MDate, Position, Address Fields of Table3 are ID (Primary), MDate, City, County I...
  2. M

    Filling textbox from table for the corresponding combox data - Reg

    Dear All, Say for example, I have a Table named 'Table1' contains fields, ID (as primary), MDate, PersonName, PersonJob. Another table named 'Table2' contains ID (as primary), MDate, PersonName, PersonAddress. I have a Form contains a ComboBox named 'cmbbox1' and have TextBoxes named 'txtbox1'...
  3. M

    Printing form without showing 'Print' command button

    Dear All, This query is rearding Printing the forms. I have a Form which contains some command buttons (say Command19_Table1 and Command19_Table2) and 'Print Form' button. I have coded for 'Print Form' button using DoCmd. I would like to print the form when I click 'Print Form', I would like to...
  4. M

    Use of loop for adding more records to the table - Reg.

    Hi, This query is related to MSAccess-Forms-VBA coding to adding new records in to a table using recordset. Say for example, I have a table named as 'Table1' with fields F1, F2, F3, F4. In the Form, I have four TextBoxs named as txtF1, txtF2, txtF3, txtF4. I have a Command button named as...
Back
Top Bottom