Search results

  1. J

    Calling a Crystal report in VBA

    I have a problem in calling a Crystal report in VBA Code, I have created Some Crystal reports from data in an SQL Server database, I was asking if there is a way of making the reports executable (ie they can be run with or without Crystal Reports Application Installed) Help Please
  2. J

    Performing Update and Append Queries on Linked Tables in Access

    I have a problem on how to Update and Append data on Linked tables while Using access 2003 as the front end and SQL Server 2000 as the back end linked via an ODBC, Any time I try I receive an Error It must be an unpalatable Query Help please
  3. J

    Hello Everyone!

    Editiing and updating an access table I am using the code below to update an table called Details_master with data from a table called details on the click event of a command button Option Compare Database Private Sub Command0_Click() Dim db As Database Dim rs As Recordset...
Back
Top Bottom