Our company has a employee numbering system like 65.01.20.HAR this is also the primary key that I use in the table.
The employee number is build up like this:65=year 01=jan 20=day HAR=first three letters of last name, so 65.01.20.HAR is me Hartkoorn born on 20-01-1969.
Furthermore I have FirstName and LastName in that same table as well.
Now, here's the thing:
I want a pop-up when starting the database notifying the people that have their birthday that week like:
Paul Hartkoorn 20 jan: 41 years
Pete Whatever 24 jan 26 years
etc
Any way to achieve this?
Thanks in advance
The employee number is build up like this:65=year 01=jan 20=day HAR=first three letters of last name, so 65.01.20.HAR is me Hartkoorn born on 20-01-1969.
Furthermore I have FirstName and LastName in that same table as well.
Now, here's the thing:
I want a pop-up when starting the database notifying the people that have their birthday that week like:
Paul Hartkoorn 20 jan: 41 years
Pete Whatever 24 jan 26 years
etc
Any way to achieve this?
Thanks in advance