Newbies Warren I Posted February 20, 2011 Newbies Posted February 20, 2011 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
innodat Posted February 25, 2011 Posted February 25, 2011 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
Recommended Posts
This topic is 5021 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now