Search results

  1. 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...
  2. 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...
  3. 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