Recent content by barrios1

  1. B

    Reports From VB

    Thanks for the reply No I did not alter this in any way. If I substitute scNormal for the acPreview the document prints fine!!
  2. B

    Reports From VB

    HI again This question relates to a thread satrted br FiRe5torm on 20/07/03. The code for opening an Access report from vb goes: On Error GoTo HandleErrors 'points to the location of the database to open Dim dbName As String 'name of the report to print Dim rptName As String 'print type Dim...
  3. B

    Strange Network thing

    I got the problem sorted by simply re-mapping all short cuts on the client machines to the database so I won't bore you with how the application is set up. Thanks for your reply Autoeng!!
  4. B

    Strange Network thing

    Hello again. A strange problem has occurred in a hotel reservation system I maintain and which is based on Access. The office has recently been moved and and the network was re-jigged. A certain form, which queries a number of tables to give booking informatrion (guest name, room, dates etc)...
  5. B

    SQL From VB

    I hope this is appropriate for this forum! I am designing a mailing database and am using this query to pick up possible duplicates in addresses. I have a query I need to run from a VB application. The VB code looks like this s = "INSERT INTO DupPar ( Addr1, ID, FName, LName, Addr2,Addr3...
  6. B

    Mail merge from a query

    What particular sub or function is giving the problem? Is a particular word highlightd when the error occurs?
  7. B

    Query not Updateable-User parmission problem(?)

    Query not Updateable-User permission problem(?) Hello. This is my first post so please be kind!! I am working on a MS Access database which is accessed by 5 users in an office. Someone (not me!) recently installed MS Office(SR Professional) on to the server machine in the office but not on the...
Back
Top Bottom