P
Phelonia
First of all, this is the first time I have tried using Access, let alone
trying to build a database from scratch, so if I've made a ton of mistakes,
please bear with me.
I am attempting to build a database to calculate allowed vacation and
personal time, as well as track it automatically rather than me doing it
manually. The intended end result is a database that can be used year after
year by only changing a couple of fields.
At the moment I am stuck on getting it to calculate allowed vacation. The
string I used to test my syntax - that failed miserably - is: DLookup ( [FT
Vacation]![Allowed Vacation] , "<=1990", [FT Vacation]![Hire Year] )
I also have an outline of IIf statements that include the DLookup for once I
finally get just this part working. There's probably an easier way, but I
don't know what it is.
Thanks for any help and constructive advice that you can give me.
Phelonia.
trying to build a database from scratch, so if I've made a ton of mistakes,
please bear with me.
I am attempting to build a database to calculate allowed vacation and
personal time, as well as track it automatically rather than me doing it
manually. The intended end result is a database that can be used year after
year by only changing a couple of fields.
At the moment I am stuck on getting it to calculate allowed vacation. The
string I used to test my syntax - that failed miserably - is: DLookup ( [FT
Vacation]![Allowed Vacation] , "<=1990", [FT Vacation]![Hire Year] )
I also have an outline of IIf statements that include the DLookup for once I
finally get just this part working. There's probably an easier way, but I
don't know what it is.
Thanks for any help and constructive advice that you can give me.
Phelonia.