I have developed a reporting application using the Report
Designer Component within Visual Basic 6.0. A feature of
this application allows the user to browse and select
different Access databases (i.e. same tables and fields,
just different data) to generate the reports. I came
across a problem in testing that has to deal with the
order of the fields in a table of an Access Database. The
orginal database I used to create and develop the tables
work fine. However, when I used a different database, one
of my reports give the error "Division by zero". What I
discoved is that the fields in the table I was attempting
to access were not in the same order as the table in my
original database. Is the field order in an Access table
critical to the proper functioning of the reports that are
generated? I would appreciate any solutions on how to
resolve this matter.
Thanks,
Ted
Designer Component within Visual Basic 6.0. A feature of
this application allows the user to browse and select
different Access databases (i.e. same tables and fields,
just different data) to generate the reports. I came
across a problem in testing that has to deal with the
order of the fields in a table of an Access Database. The
orginal database I used to create and develop the tables
work fine. However, when I used a different database, one
of my reports give the error "Division by zero". What I
discoved is that the fields in the table I was attempting
to access were not in the same order as the table in my
original database. Is the field order in an Access table
critical to the proper functioning of the reports that are
generated? I would appreciate any solutions on how to
resolve this matter.
Thanks,
Ted