The following Code pops up when I run the "Web Compatible" check?
ACCWeb107014
Error text A Table should have a Primary Key and it should be a number with field size 'long' to be compatible with the Web.
What it means The indicated table has one of the following problems:
· The table does not have a primary key.
· The data type of the primary key is not Number.
· The primary key Field Size is not Long.
What to do Change the existing primary key in Design view so that it has the correct data type and Field Size; or, create a new primary key for the table, using the AutoNumber data type. If Design view is not available, create a new table, and add to it the columns from the original table; then drop the original table.
My "EmpID" is the first four letters of the Last Name and the first 3 of First Name.
Is that NOT going to work? I know it says it won't, but I'm surprised that it doesn't.
ACCWeb107014
Error text A Table should have a Primary Key and it should be a number with field size 'long' to be compatible with the Web.
What it means The indicated table has one of the following problems:
· The table does not have a primary key.
· The data type of the primary key is not Number.
· The primary key Field Size is not Long.
What to do Change the existing primary key in Design view so that it has the correct data type and Field Size; or, create a new primary key for the table, using the AutoNumber data type. If Design view is not available, create a new table, and add to it the columns from the original table; then drop the original table.
My "EmpID" is the first four letters of the Last Name and the first 3 of First Name.
Is that NOT going to work? I know it says it won't, but I'm surprised that it doesn't.