OK I'm writing a simple database that has an employees name and the date they started - I want the user to input any date - and it to calculate the amount of days (or divide it by 365 and have it output years) and output it to an excel file.
I wrote the query - it works, when I run the query - an input box comes up - asks for the date - i reformat the date depending on how it was given to me - and store a value for the days and years calculated.
How can I have this occur in a form?
i.e. the user puts the date into a text box - the form is reran and an excel sheet is generated?
all the "hard work" is done - i just need to know how to do the small nuances.
Thanks in advance,
Don R.
I wrote the query - it works, when I run the query - an input box comes up - asks for the date - i reformat the date depending on how it was given to me - and store a value for the days and years calculated.
How can I have this occur in a form?
i.e. the user puts the date into a text box - the form is reran and an excel sheet is generated?
all the "hard work" is done - i just need to know how to do the small nuances.
Thanks in advance,
Don R.