onSizeChange event? :)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

i want to chage a textbox's size together when change datasheet's clumn
size.
how can i provide change dimensions togather by code while runtime?
(i want to resize clumn with mouse so textbox size will change together
clumn.)
thanks.
 
Think of Single Form View and Datasheet View as separate forms, changing
the column width and the textbox width are not related, nor can they be done
with the same piece of code at runtime.

Additionally, changes in the textbox width at runtime will not "stick" and
must be done each time.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top