brucewalker
Registered User.
- Local time
- Today, 01:14
- Joined
- Jul 19, 2012
- Messages
- 14
I need to append records from a table to three other tables. I imported the spreadsheet into my database and then created a query to pull the fields I needed from the imported table in the query. The query pulls records for fifiteen different fields. I then change the query type to an append query and chose the fields i needed to append to the first table. I then change the append query to append the fields I need to the second table, and then the third table. The records for these fields are now in each of the three tables I needed them in, but I have a problem. I have a form which ia based on the three tables and when I try to search for the records I just added it does not find them. I get the message that the search item wwas not found. If I open the table and search the table it will find the record. What have I done wrong??? Thanks.