Resizing ColumnWidths property in a report crashes Access 97

S

Shawn Hale

Within an Access 97 report I am attempting to update a
Listbox in the OnOpen event.
I can update the ColumnCount and RowSource properties
without problems.
However, whenever I try to update the ColumnWidths
property using the following line of code I receive an
Application Error and the DB crashes.

Me.lstDetail.ColumnWidths = sWidth

sWidth Example: "0.3 in;1.5 in;0.3 in;0.2 in;0.2 in;0.2
in"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top