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
 

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

Back
Top