g@rfield Posted January 19, 2006 Posted January 19, 2006 Hi people! I'm new to FMaker scripting & I have found a few troubles in my works = I try to create a manual clients DBase. 1. I have created a data field in a table representing the date of birth of my clients (full view dd/mm/yyyy). I tried to create a script that it will do an automatic search inside this field & show me the records of the clients that have their birthday today. I tried "perform find" step, but I cannot find a way to make the "day birth" field equal to the current date. If I enter "//", it will search for the year also, thing that I want to avoid (I just need the current date for day & month, NOT year). 2. I have gathered all the post codes in an Excel file. In my clients DBase, I have entered 2 fields: City & Post code. How can I make FileMaker to automatically fill the post code (checking the value from the Excel file) each time that I enter the city name (select from list)?
comment Posted January 20, 2006 Posted January 20, 2006 1. Go to Layout [ Clients ] Enter Find Mode [ ] Set Field [ Clients::BirthDate ; Day ( Get ( CurrentDate ) ) & "/" & Month ( Get ( CurrentDate ) ) & "/*" ] Perform Find [ ]
Recommended Posts
This topic is 6885 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