February 20, 201114 yr Newbies Hi everyone thanks for any help in advance. I have 1 table Members which contains the usual Name, address etc I also have a DOB field and have been able to extract birthdays of Members for each month into a 'Saved Find'. How can I use the saved find results and move them to a new table called Birthdays. I have created a new table called Birthdays but can't find any way of moving the saved files I would also like to just have 1 field called name instead of the fname lname that I have in the Members table. I hope I have made sense with this post. wali60
February 25, 201114 yr I'm not sure how to get the saved find into a table, but combining fname and lname can be done with a simple auto-enter calculation field (replace existing value): flname = fname & " " & lname
Create an account or sign in to comment