I misunderstood the question. However, the user would need permission to
modify the table's design using code (again, assuming it's possible). If
so, I would think the user could modify the back end directly. Are you in
another location that prevents you from modifying the back end yourself?
"Dwight" <(E-Mail Removed)> wrote in message
news:708ADF65-818B-4D0E-9A26-(E-Mail Removed)...
> The table consists of 1 record.
> What I plan on doing is checking the field length when the form is loaded,
> and if the field is not set at the length it needs to be, then it will be
> increased to a length that I will code. If the field length is correct,
> the
> button will not even be displayed. I am trying increase a field length on
> the back end without putting out a new back end.
>
> Thanks!
>
> Dwight
>
> "BruceM" wrote:
>
>> Even if it is possible to adjust the length using code, the setting would
>> apply to all records. Somebody would eventually set the size to the
>> maximum
>> (unless it is a Memo field), after which no further adjustments would be
>> possible. You may as well set the field to the needed size, as suggested
>> previously. I doubt you want to give your users design control over a
>> back
>> end table in any case.
>>
>> "Dwight" <(E-Mail Removed)> wrote in message
>> news:1D6ECD4E-231B-4B1C-B4D4-(E-Mail Removed)...
>> > Is there a way to increase a data field length using code.
>> >
>> > I have an application that has a front end application and a back end
>> > database. I would like to put a button on a form that allows a user to
>> > increase the data field length to the corresponding field in the back
>> > end
>> > database table.
>> >
>> > Thank you in advance!
>> >
>> > Dwight
>>
>>
>>
|