I am trying to insert data into a table in my MS Access database.
When doing so MS Access informs me that I am about to append 1 row.
When I return to the table to check the data I still have a blank table.
If I click on the Filters on the table I can see my data as options but they will not show up in the actual table.
INSERT INTO PATIENTS (PatID, FirstName, LastName, Age, Phone, InsuranceCompany)
VALUES (00000090, 'Luke', 'Howell', 42, 7709999785, 'Blue Cross Blue Shield' );