Formatting textbox in code

  • Thread starter Thread starter Ayo
  • Start date Start date
A

Ayo

Do you have any idea how to format a combobox, or textbox, in code. For
instance I am try to format a combobox, that normally takes a "Number", to
accept a text. How do I go about doing that?
 
You've describe a "how" question ("how do I ...").

If you'll describe why and what (as in "what will having that control change
its type allow you to do"), the folks here in the newgroup may be able to
offer alternate approaches.

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
This isn't a format issue. If you change the data type of the bound field
of a combo from number to text, the combo doesn't need to be reformatted.
 

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