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
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