Search results

  1. E

    ListBox problem

    I created a ListBox that contains the names of customers who must be sent reminders to renew their magazine subscriptions. This list box is based on an underlying query called ReminderDate that contains the customers' names and the date their renewal notices are to be sent. I placed the...
  2. E

    Payment Diary Calendar

    I have a list of customers who receive periodic payments (either monthly, quarterly, semi-annually or annually). Each customer has an initial payment date (IPD) which I maintain on an MS Access table. From this list I want to create a query or form that will indicate what the next 12 payments...
  3. E

    Total record count

    In the design view of your report under report footer, create a textbox and in the control source put: =Str(Count(*)) & " records"
  4. E

    DLookup function in reports

    I have a report that includes textbox controls which underlying control sources are based on a query. However, when I run the report I get the infamous #Error message. This is because the query which the textbox is based on, i.e. Query1, includes a parameter query [Enter Amount:]. The syntax...
Back
Top Bottom