Search results for query: *

  1. A

    Database Object

    I am working MS Access 2002 version. I write the Visual Basic in the Forms like this: Dim db As Database But, "Database" doesn't work? Please let me know. Thanks.
  2. A

    Database Object

    Hi: I have a question in VB. When I do like this: Dim db As Database It doesn't work, because the MS Access does not has "Database" object. Why? Do I need to set something before? Thanks.
  3. A

    Update Monthly Report

    Hi Everybody: I am new MS Access person. I encounter a problem. I got the result of the query like this: Table 1: Vendor Name Date 1 Paid 1 Date 2 Paid 2 Date 3 Paid 3 Micro --------1/2/05 $1 Micro ----------------------2/2/05 $2 Micro ----------------------1/2/05 $3 Micro...
Back
Top