Recent content by Ric_UK

  1. R

    counting date fields with an expression builder

    I hope this makes sense. I’ve been asked to create a form for work that displays data for how we inspect properties. I’ve got a form that I’ve created, within that form I’ve placed text boxes for where the information is going to be displayed. On my table I have a field called ‘inspection...
  2. R

    mailmerge macro

    I've looked at this example, and understand the code a little. I've followed the instructions and imported the 2 modules and created the button with the following; Private Sub cmdWord_Click() MergeSingleWord End Sub but nothing is happening. What I did notice is that in the example...
  3. R

    mailmerge macro

    Thanks Trevor, I'm a total newby at access and VB. I'm wondering if there is anywhere that I can get some basic information on how it works. So being able to find some basic info on how VB works will be brilliant. I did try to use the bit of code you put in but it still didn't open a word...
  4. R

    mailmerge macro

    Hi all, I'm trying to build a macro to perform a mail merge. I'm using the macro function and so far can get the macro to begin the mail merge. Access presents me with a pop up box called 'microsoft word mail merge wizard' which then presents you with the window for mail merges. Is there...
Back
Top Bottom