Microsoft
Software
Hardware
Network
Question : Format a text field on MS Report
Hi Expert,
I have a text field on MS report, the text data from SSN field of a table, how I can use *****6789 to replace 123456789.
Thanks in Advance.
Answer : Format a text field on MS Report
In the Control Source of a Text Box:
="*****" & Right([SSN],4)
mx
Random Solutions
E00 Log files missing Help needed.
Add new row to datagrid for insertion vb.net
How to update SQL table from another SQL Table based on a condition
Expand Indicator Not Showing in Datasheet View
Outlook 2007 Add-in menu button click event... Strange behavior.
Query showing Last Results only
Debugging buttons disabled in visual studio 2008
Printer sharing between Microsoft Windows 7 and MAC Snow Leopard
Unique index dependent on a column
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.