Hi all
I have the following update statement for a MS Access database, and I am getting an error with it.
Would appreciate it if anyone spotted the error could point it out. Table name and column names and types are correct.
Mike55.
I have the following update statement for a MS Access database, and I am getting an error with it.
Code:
"UPDATE HerdDetails SET HerdNumber = 12345ABC, HerdOwner = adsf, Address1 = adje, Address2 = jaf, Town = nadsf, State/County = oasdfn, Country = 1, Phone = 012313, Email = 0203123@Adsf.com WHERE Reference = 1;"
Would appreciate it if anyone spotted the error could point it out. Table name and column names and types are correct.
Mike55.