Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List box not showing record correctly

Status
Not open for further replies.

L1sta

Technical User
Feb 22, 2007
14
GB
Hi
I have a field in a table which has the format 'V99999'. When i call this in a list box the number appears without the 'V' (i.e. 12345 instead of V12345).
Is there any way to get the V to appear in the list box?
Cheers,
Lista
 
There are a number of ways, probably the easiest is to alter the Rowsource:

[tt]Select "V" & FieldName As VName From TableName[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top