Question Text Box with wording set

SP76

Registered User.
Local time
Today, 17:57
Joined
Apr 18, 2008
Messages
19
I have a text box which is currently empty. What I would like to do is to have part of the text box filled in each time a new record is selected, the user would only then have to add the numbers, is this possible to do?

The wording would be:

FGA-GOSS-

then the user enters in a number

:)
 
Rather than repeating this string on every record just record the numbers.
Set your label for this box to read FGA-GOSS- and place it appropriately.

When you need to use the field in a report enter the following in its Control Source:
="FGA-GOSS-" & [fieldname]
 

Users who are viewing this thread

Back
Top Bottom