Connecting Tech Pros Worldwide Forums | Help | Site Map

Access Default Values

Wayner
Guest
 
Posts: n/a
#1: Nov 13 '05
Greetings,

I have a VB application that uses an Access database. One of the
fields in a table I write to has a default value of Chr$(168) which
seems to work fine for all users except 2 users in Taiwan. When I
open a database returned from a Taiwan user the table has the data I
wrote to it but the default value fields are blank. If I manually
type new records in the default values are correctly set to Chr$(168).
Any ideas why?

Any help appreciated.

Thanks,
Wayne

Tom van Stiphout
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Access Default Values


On 1 Nov 2004 08:55:47 -0800, waynerrichard@yahoo.com (Wayner) wrote:

They use a different code page than you are.
-Tom.
[color=blue]
>Greetings,
>
>I have a VB application that uses an Access database. One of the
>fields in a table I write to has a default value of Chr$(168) which
>seems to work fine for all users except 2 users in Taiwan. When I
>open a database returned from a Taiwan user the table has the data I
>wrote to it but the default value fields are blank. If I manually
>type new records in the default values are correctly set to Chr$(168).
> Any ideas why?
>
>Any help appreciated.
>
>Thanks,
>Wayne[/color]

Wayner
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Access Default Values


Thanks Tom,

I'm not familiar with code pages, where can I look? I looked in the
Access help file but they weren't helpful.

Regards,
Wayne

Tom van Stiphout <no.spam.tom7744@cox.net> wrote in message news:<85tdo0dglnf97kktc8gnq1kvhgl5lqpu5p@4ax.com>. ..[color=blue]
> On 1 Nov 2004 08:55:47 -0800, waynerrichard@yahoo.com (Wayner) wrote:
>
> They use a different code page than you are.
> -Tom.
>[color=green]
> >Greetings,
> >
> >I have a VB application that uses an Access database. One of the
> >fields in a table I write to has a default value of Chr$(168) which
> >seems to work fine for all users except 2 users in Taiwan. When I
> >open a database returned from a Taiwan user the table has the data I
> >wrote to it but the default value fields are blank. If I manually
> >type new records in the default values are correctly set to Chr$(168).
> > Any ideas why?
> >
> >Any help appreciated.
> >
> >Thanks,
> >Wayne[/color][/color]
Closed Thread