Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~214 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for curtissumpter

You can also add a nonbreaking space between the words, but the colspan adjustment is probably the best... [code]<html> <head> <title>Prefecture History and Facts </title> </head> <body> <h1>Prefecture History / Facts </h1> <hr> <table > <tr> <td >4th Prefecture of New York State, U.S.A. </td> <tr> <td width=25 >Organized&nbsp;in </td> …

Member Avatar for daggerpound
0
112
Member Avatar for freshfitz

[QUOTE=freshfitz;823077]Can I reformat a phone number in SQL manager. I imported a foxpro dbf with the dts wizard and it imported the phone number as (609) 555-1212 I need it to be 6095551212[/QUOTE] Try Nested REPLACE Functions ------------------------------ [code=sql]SELECT REPLACE(REPLACE(REPLACE(REPLACE('(800) 555-1212', '(', ''), ')', ''), ' ', ''), '-', '')[/code] …

Member Avatar for freshfitz
0
102

The End.