I have a form with some bound text boxes. After the operator enters some code (Cycle current record) the program waits for an F9 key and then tries to create a new record with only some of the values of the first record in TABLE AAAA using <br>
<br>
INSERT INTO AAAA VALUES (field1,field2,field3)<br>
<br>
The record pointer won't move. It stays on record 1. I want it to move to record 2 so they can enter information into record 2. And then record 3 etc. Any ideas ?? I used Move last , moveforst accommand, aclast all to no avail
<br>
INSERT INTO AAAA VALUES (field1,field2,field3)<br>
<br>
The record pointer won't move. It stays on record 1. I want it to move to record 2 so they can enter information into record 2. And then record 3 etc. Any ideas ?? I used Move last , moveforst accommand, aclast all to no avail