The first field of an insert statement seems to fail.
If i type:
INSERT into cus_Customer (FirstNa[space]
(An empty box will come up)
Anything else will work after the first field:
INSERT into cus_Customer (FirstName, LastN[space]
(Will come up with all fields)
If i type:
(An empty box will come up)
Anything else will work after the first field:
(Will come up with all fields)