Mike Hughes
12-17-2008, 08:03 AM
I have a table which contains three fields:
Current Former Never
I built an append query to load information into the Current field, there are 12,777 records, now I want to run two more queries. one to populate the Former field and one to populate the Never field.
When I run an append query to to pick up the Former records and load them into the table, rather than starting at the top of the table the information is inserted into line 12,778 in the Former field. Is there a way to have that information start the insertation to the Former field on line 1 ?
Current Former Never
I built an append query to load information into the Current field, there are 12,777 records, now I want to run two more queries. one to populate the Former field and one to populate the Never field.
When I run an append query to to pick up the Former records and load them into the table, rather than starting at the top of the table the information is inserted into line 12,778 in the Former field. Is there a way to have that information start the insertation to the Former field on line 1 ?