Search results

  1. N

    Can Anyone please help with this??

    I am creating a report that has command buttons (i.e Save to PDF, Print, Email etc) on the report header section, but these buttons can only be viewed when the report is shown on Report View and not Print Preview. However, on the same report, I have a couple of fields in the detail section...
  2. N

    Help with DSum #Error

    Hi guys, I am trying to do a simple query to get the running total from a field. I have ClientID, InvoiceDate, and InvoiceBalance fields and I am simply trying to get the running total of the InvoiceBalance field for each ClientID by InvoiceDate. Now I've used the formula But this seems to...
  3. N

    VBA Add New Record if none found

    Hi Guys, New to the forum. I need help on some vba coding for a db I'm developing. The Setup: There is a clients table, a property table and a jobs table. Each client can have multiple properties and there can be multiple jobs done on each property. The form: I created a form that uses a...
Back
Top Bottom