Search results

  1. M

    Run time error with Table based Text Boxes in Report

    Please help me, I have hit a massive wall again. I am writing an estimation program and am having a run-time error 438 (Object does not support this property or Method). On the estimation form is a command button whose on click event holds the command to open the Report DoCmd.OpenReport...
  2. M

    Problem Passing and displaying Variables between forms

    Hey guys, I am really a novice in VBA and would appreciate If you could help me with a problem I am having with regards To passing data between 2 unlinked forms in an Access 2003 databases I am writing an Estimation program and have 2 forms the General Spec Form named “frm_EstSpec” on which...
  3. M

    Populating ComboBox based on Option button

    I have a check Box, a comboBox and 2 option buttons (OptbtnA & OptbtnB) in an option group on the mainform and have created 2 select queries (qry_btnA and qry_btnB) based on 2 different tables (ProdMain & ProdAux). I want that when the checkbox is checked and the user selects an option button...
  4. M

    Inserting a new row on a continous form

    Hello everyone, I have searched the internet without any success and would like to know whether it is possible to insert a new row anywhere beside the last row in a continous form ? If it is possible, would really appreciate if anyone would help me with code to achieve it. Thanks very much in...
  5. M

    SubForm Data Display Problems

    Please help me, I am having problem displaying data on an unlinked sub form.I am using Acess 2003. The subform not being populated with data though there is data in the underlying table from which the record source which is a query for the sub form draws data. The make up of my program is as...
Back
Top Bottom