T
Tilman Bergt via AccessMonster.com
Hi,
An unbound textbox always seems to keep the character limit of the field it
was previously bound to. I.e. if I programmatically set the ControlSource
of a textbox to "" and do the same for the RecordSource of the form, there
is still a limit on the characters the user can enter (and its not 255, but
whatever the limit was for the table field, 30 or 40 characters). Does
anybody know a way this behaviour can be turned off or how this limit can
be programmatically changed without binding the textbox to an appropriate
field beforehand? This is probably a strange question, but any help would
be greatly appreciated. Thanks.
An unbound textbox always seems to keep the character limit of the field it
was previously bound to. I.e. if I programmatically set the ControlSource
of a textbox to "" and do the same for the RecordSource of the form, there
is still a limit on the characters the user can enter (and its not 255, but
whatever the limit was for the table field, 30 or 40 characters). Does
anybody know a way this behaviour can be turned off or how this limit can
be programmatically changed without binding the textbox to an appropriate
field beforehand? This is probably a strange question, but any help would
be greatly appreciated. Thanks.