I've imported a sql server table into an access database.
When I attempt to query a form that points to this imported
data, all the columns and rows appear correctly, except for some reason the phone number column value shows a leading dash in front of the number.
I believe the phone number column in sql server is text, and (i think) so is the same named phone number column in access.
sql server shows: (800)555-1212
the access screen shows: -(800)555-1212
What is causing the leading dash to appear? What do I need to do to get rid of it? The access form is a read-only application.
I haven't seen the format or input mask for the phone number field in access--could this cause the dash? There is a replica access table in which the phone numbers queries up okay--but I'm not sure what any differences in datatypes there are.
I've strip out the left and right paranthesis in the area code--still the dash appears.
Is it a datatype issue from sql server?
I'm brand new to access so any help would be appreciated.
Thanks
When I attempt to query a form that points to this imported
data, all the columns and rows appear correctly, except for some reason the phone number column value shows a leading dash in front of the number.
I believe the phone number column in sql server is text, and (i think) so is the same named phone number column in access.
sql server shows: (800)555-1212
the access screen shows: -(800)555-1212
What is causing the leading dash to appear? What do I need to do to get rid of it? The access form is a read-only application.
I haven't seen the format or input mask for the phone number field in access--could this cause the dash? There is a replica access table in which the phone numbers queries up okay--but I'm not sure what any differences in datatypes there are.
I've strip out the left and right paranthesis in the area code--still the dash appears.
Is it a datatype issue from sql server?
I'm brand new to access so any help would be appreciated.
Thanks