AccessNewbie2007
Registered User.
- Local time
- Today, 09:25
- Joined
- Aug 5, 2007
- Messages
- 24
Hello, I have 2 tables with exactly the same structure (one full of data and the second empty) and 2 forms also the same, the only difference is that the 2nd has a dropdown with values from a field of Table1 (Full Name). I am using an append query to move record from Table1 to table2 based on the dropdown selection of FullName and they are stored correctly.
When I choose a name for example Johny Dee; all the records of this row are moved to the new table successfuly but I want also to display them in the form immediately; what I am getting is the 1st record only and not the choosen one. pls advice
When I choose a name for example Johny Dee; all the records of this row are moved to the new table successfuly but I want also to display them in the form immediately; what I am getting is the 1st record only and not the choosen one. pls advice