Search results

  1. C

    Sorting data for a Form

    This may be a very naive question, but ... I have a Form that has a table source -- I need to present certain data elements to the user who will work with the form in a sequence (e.g., alpha by CustomerLastName). The underlying table is sorted in CustomerNumber and PlantCityZIP code order...
  2. C

    Subform in Form View not Datasheet View

    I built a Form "donor information" from a table containing just that info. I added a Subform to it that contains information about the "donation" that the donors provide -- a donor can make multiple donations. After building the subform, I display the Form in form view (it's fine) but the...
  3. C

    Query for items within a date range for a weekly report

    I need to select service requests for the current week -- beginning Sunday and through Saturday. The service requests have a StartDate and a Duration value which is a number between 1 and 35 representing the number of days the service is required. Can't figure out how to use the...
Back
Top Bottom