Search results

  1. C

    Opening Access reports from VB program

    Everyone, This isn't strictly a Access question, but...this group has proven to be very knowledgeable! Does anyone know how to open/view/print a Access report from a Visual Basic 6.0 program? I think its something like this: Dim appAccess As Application Dim msReport As String msReport =...
  2. C

    Calculations in code w\ Time Fields

    Hello Everyone, Here is my problem, I need to keep a running total on my form as the user is entering records. I have two fields [TimeIn] and [TimeOut] in my table w\data type "Date/Time". In the query that is the record source for my form I have a calculated field HoursWorked...
  3. C

    Do Next Loops to Create Recordsets???

    Hi All, I've been working with Access for a while, but am a begginer when it comes to VBA. I have a Contract database, in the ContractDetail Table there is a Contract Start Date and a Contract End Date. In a query based on the table I have two calculated fields: Months (DateDiff between Start...
Top Bottom