ColumnWidths

  • Thread starter Thread starter Gordon Dale
  • Start date Start date
G

Gordon Dale

I am setting a query to return records othat match a name
from atable and using make-table to load the records into
a table named "NCR Result" using:

Private Sub SalesAddress_AfterUpdate()

DoCmd.OpenQuery "NCRSearch", , acReadOnly
DoCmd.OpenTable "NCR Result", , acReadOnly

End Sub

This works fine but the column widths are default sizes
and therefore hide half the info. I need to know how to
set the columnwidths when I display the form.

Regards



Gordon Dale
 
Thanks guys

Am I suposed to use the autocolumny thing as a module
(install it in Access?) More use to Delphi coding than
VB!!

Regards

Gordon
 
Back
Top