Troubleshoot tables and columns

I get the message "Error validating the formula for column."

The formula in the calculated column contains an error. Common formula errors include:

I can't create or modify an identity column.

An  identity column contains system-generated, sequential values that uniquely identify each row within a table. Keep in mind the following guidelines when creating an identity column:

I'm having trouble creating and modifying tables.

I'm having problems using the bit data type, it doesn't work the same as the Yes/No data type.

Microsoft Access stores either a zero (0) or a minus one (-1) in the Access database Yes/No data type. An Access database interprets 0 as a 0, No, or False value, and interprets anything else as a –1, Yes, or True value.

By contrast, SQL Server stores either a zero (0) or a plus one (+1) in the bit data type. An Access project interprets 0 as a False value, and interprets plus one (+1) as a True value.