twoolums
Perch
Ok got a call from a client that an app I built that runs on win13 all of a sudden is throwing errors. Narrowed it down to a insert statement. Looking at the statemen I can't figure out why it doesn't work it runs fine on a test box just not win13
INSERT INTO tblOfficers (FirstName, LastName, CompanyName, Phone, eMail, position)VALUES('Test Name','Test Last Name','Test Company Name','(515) 555-55555','[email protected]', 1)
I also attached a pic of the db structure
Thanks for the help
INSERT INTO tblOfficers (FirstName, LastName, CompanyName, Phone, eMail, position)VALUES('Test Name','Test Last Name','Test Company Name','(515) 555-55555','[email protected]', 1)
I also attached a pic of the db structure
Thanks for the help