N
NateBuckley
Hello,
I have two tables - One is "Employees" and the second is "Holidays". Each
Single Employee within Table Employees can have many holidays, the problem is
that I have a field inside of Holidays that is called HolNum. This field will
hold a unique number for that Employee, so let's say:
Employee1 books two holidays -
Holiday1 HolNum = 1
Holiday2 HolNum = 2
now a second Employee books three holidays
Holiday3 HolNum should = 1 and Holiday4 HolNum should = 2. Holiday5 Holnum
should = 3.
Basically the number will be unique but only for that Employee, I'm just
wondering if it's possible to do this automatically? Kinda like a controlled
Autonum?
I'm using Excel as a front end to access the database, so I could simply do
a few checks via Excel that update a new record that way, but I'd like it, if
it did it automatically.
Any suggestions would be greatly appreciated.
Thanks!
Nate
I have two tables - One is "Employees" and the second is "Holidays". Each
Single Employee within Table Employees can have many holidays, the problem is
that I have a field inside of Holidays that is called HolNum. This field will
hold a unique number for that Employee, so let's say:
Employee1 books two holidays -
Holiday1 HolNum = 1
Holiday2 HolNum = 2
now a second Employee books three holidays
Holiday3 HolNum should = 1 and Holiday4 HolNum should = 2. Holiday5 Holnum
should = 3.
Basically the number will be unique but only for that Employee, I'm just
wondering if it's possible to do this automatically? Kinda like a controlled
Autonum?
I'm using Excel as a front end to access the database, so I could simply do
a few checks via Excel that update a new record that way, but I'd like it, if
it did it automatically.
Any suggestions would be greatly appreciated.
Thanks!
Nate