Search results

  1. alastair69

    Access to Word via comand button

    the following is a line of code that places one line of code into the word document, but i now need carryout a loop on this to get other data line into the word document. I am not sure to go about this has anybody got any ideas. 'tbl_Photo_No...
  2. alastair69

    Access to Output into Word

    Doc Man, I am using bookmarks within the word document, this works fine when only one line of data is required in am now at the stage of add muilt lines, just wounder how you would tackle this.
  3. alastair69

    Access to Output into Word

    The output form is attached, which will make the process a bit easier to understand. do you need a copy of the database to see it working or would screen shots be ok, if you could let be know i will sort it out.
  4. alastair69

    Access to Output into Word

    Quick update. I have the data that is not in a table flowing though it to my word template using the bookmark in word via access, i am still having problems with the table data flow. Anybody got any ideas on how this can be done.
  5. alastair69

    How to select non-entries

    Can you attach a copy of your Database and i will have a look for you
  6. alastair69

    Access to Output into Word

    Dim objWord As Word.Application Dim objDocument As Word.Document Dim frmflds As Word.FormFields Dim frmfld as Word.FormField Set objWord = New Word.Application Set objDocument = objWord.Documents(Open "whatever.doc") Set frmflds = objDocument.Formfields For Each frmfld In frmflds...
  7. alastair69

    Access to Output into Word

    Cheers for you help so far Banana
  8. alastair69

    Access to Output into Word

    Banana, Can you use bookmark for the tables in word?
  9. alastair69

    Access to Output into Word

    I have found one way after further reaseach on this site using bookmarks in the word document, it seems to work, but i know i will come into trouble when i need a table that is in word to be filled in. Is there any problems anybody can see with my approaching it using bookmarks in the word...
  10. alastair69

    Access to Output into Word

    we have a look and see, not sure if mail merge is the right way to go but thanks for your help
  11. alastair69

    Access to Output into Word

    I have a database the i fillin for a property, want i need to do is output this into word but i am not how to do this i have looked at using document properties, but i feel there must be an easier way of out putting the information to word, does anybody have any ideas. The version of office i...
  12. alastair69

    Query Counting

    the ID colunm which is a autonumber
  13. alastair69

    Query Counting

    Hello All, This is a problem that i have had for a bit now and after using the search function on here, i am still no the waiser. I have a query that i need to make a caluation on every 10th record, i would really like some help on this please. Kind Regards Alastair
  14. alastair69

    Seat Booking System For Theatre

    have a look at this link, if you need any help give me a call. http://www.access-programmers.co.uk/forums/showthread.php?t=45004
  15. alastair69

    Automating Numbers

    Mstef, Cheers for the help this is exactly what i need, and closes my question. Thanks Again
  16. alastair69

    Automating Numbers

    Thank you for the help, i am having a look now. Cheers
  17. alastair69

    Automating Numbers

    Dear All, I have spent two days looking for an answer to a problem i am having, i have a database that i need to populate room numbers, i have a front form which allows a user to enter how many rooms there are on a floor. I would like a button funtion that will count up to the maxiumum number...
  18. alastair69

    Access on network

    All you need to do is to make sure that the users accessing the server have the right user rights and then you can share the access database. I would recomend that you only have the back end with the data tables on the server, then on each pc have the main user interface installed, this is easy...
  19. alastair69

    MSN Messenger (Live)

    Is anybody else having difficutty in logging into MSN Messenger today?
  20. alastair69

    Using Google to Search the Forum

    Great bit of sharing the knowledge with others thanks Tony
Back
Top Bottom