Define number of digits in table fields

Torsan

New member
Local time
Today, 10:31
Joined
Jul 15, 2005
Messages
7
I'm just to work with Fox Pro, and I am therefore puzzled with how to define the exact number of digits in a field in a table in Access. If I need 9 digits + 2 decimals in a number filed, how do I define that in design view?

Also, I need to know how to export a table into a text file, with a format without any spaces, and each record is divided with a new line. This an old IBM text format file.

Thanks, Torsan
 
Torsan said:
I'm just to work with Fox Pro, and I am therefore puzzled with how to define the exact number of digits in a field in a table in Access. If I need 9 digits + 2 decimals in a number filed, how do I define that in design view?

Also, I need to know how to export a table into a text file, with a format without any spaces, and each record is divided with a new line. This an old IBM text format file.

Thanks, Torsan

In Design view you would select the format of the number to be General or Standard with 2 decimal places.

You want to use an export to a Fixed Width text file.
 

Users who are viewing this thread

Back
Top Bottom