M
mark kubicki
VBA is familiar to me (in an seasoned, but elementary way...); this is a
whole new area to me
Prior to my arrival, an former employee of the firm wrote an ACCESS project.
In it there is a line of command button with code which automatically enters
text into a text box. The entry is concatenated from entries in other fields
on the form. It has some terrible grammar and one blatant TYPO (which,
because it is entered into a text box, can and is then edited constantly and
consistently be everyone -UGH!
I'd edit the code, but need direction about getting into he right area....
behind the command button is:
Private Sub Command328_Click()
Me.basedescription = Me.autodescription
End Sub
I find the following:
Classes: Form_spec
members of 'Form_spec': autodescription
Please point me to where should I be to edit the "autodescription"
thanks in advance,
Mark
whole new area to me
Prior to my arrival, an former employee of the firm wrote an ACCESS project.
In it there is a line of command button with code which automatically enters
text into a text box. The entry is concatenated from entries in other fields
on the form. It has some terrible grammar and one blatant TYPO (which,
because it is entered into a text box, can and is then edited constantly and
consistently be everyone -UGH!
I'd edit the code, but need direction about getting into he right area....
behind the command button is:
Private Sub Command328_Click()
Me.basedescription = Me.autodescription
End Sub
I find the following:
Classes: Form_spec
members of 'Form_spec': autodescription
Please point me to where should I be to edit the "autodescription"
thanks in advance,
Mark