hexOffender
Programmer
This should be so simple, but for some reason, this insert statement wont insert in the field I want it to.
insert into SchEncounterForm(ClinicForm)values('Y')
However, when I run the command, it tries to insert into the First column of the table, instead of the ClinicForm column.
insert into SchEncounterForm(ClinicForm)values('Y')
However, when I run the command, it tries to insert into the First column of the table, instead of the ClinicForm column.