Search results

  1. L

    Subform on Tab page not displaying table rows

    Thank you for replying. No VBA was used to set the Record Source. The Record Source in the initial posting was generated from prompting upon placement of the Subform on the Tab page.
  2. L

    Subform on Tab page not displaying table rows

    Looking for help with the proper event(s) and VBA to display tables rows (one-to-many) on a subform that is on a tab page. We are able to do data entry of information via the subform but not able to view pre-existing table rows. Background Information: - Able to view the previously entered...
  3. L

    Assigning Date to query field

    Unsuccessful with removing the ".Value". VBA Debugger still displays "2448 error". The error was due to the need in the Form's Recordset property setting to be "Inconsistent Updates". The need was caused by the query containing more than one table.
  4. L

    Assigning Date to query field

    On a Form when assigning Date to a query's field, in need of help with the 2448 error message (You can't assign a value to this object) for the following: If Form!SCHDATE.Value = DateValue(Form!SchdateParm.Value) Then Let ScheduleLetter1.Value = Date In the above, the query fields are...
  5. L

    Query Parameter Value into Form

    Thank you. The recommendation addressed my need.
  6. L

    Query Parameter Value into Form

    How would one be able to retreive the Query Parameter value from within a Form? Need for the Query Parmeter [Enter Date] value to be contanenated onto a string which will then be displayed in an Unbounded text object.
Back
Top Bottom