Search results

  1. R

    Help w/ Query- Reference a Specific Record?

    There may be other ways to do it, but not, I think, simply by using queries. I've been doing this a long time, but I still don't know everything ... by a long shot. This is the way I would do it. Of course, if you want this to appear in a form, you might write some VBA code to process the...
  2. R

    Help w/ Query- Reference a Specific Record?

    First of all, switch the order of display: area, address, sold price Second, you will have to use a report, where the data is grouped by area after the properties of each area are printed, use a footer to print the number of properties: count([address]) the total prices for all those...
  3. R

    use access vba to insert word document pages numbers in footer

    As the title says, I've written code to create a word document using access vba. Everything is done, but I can't get the page numbers in - here is a snippet of the code I'm using: oDoc.ActiveWindow.ActivePane.View.SeekView = _ wdSeekCurrentPageFooter With...
Back
Top Bottom