F
FerryMary
You lose it when you don't use it. Especially when you've been out of dbs
and swimming in spreadsheets for too long...
I need to limit records based on two fields. Here's scoop:
tblLeaveAccum
pk-leaveaccumid(autonumber)
empID-(number field)
Date
I want only 1 record per emplID and Date. I'm trying to not create
duplicate records when I run an update query.
Do I limit this in the table? ...or...
Would it be better to include the pk in the update query so I only update
applicable records?
Thanks-I feel as though I just answered my own question, but I'll defer to
the more experienced players in the room.
and swimming in spreadsheets for too long...
I need to limit records based on two fields. Here's scoop:
tblLeaveAccum
pk-leaveaccumid(autonumber)
empID-(number field)
Date
I want only 1 record per emplID and Date. I'm trying to not create
duplicate records when I run an update query.
Do I limit this in the table? ...or...
Would it be better to include the pk in the update query so I only update
applicable records?
Thanks-I feel as though I just answered my own question, but I'll defer to
the more experienced players in the room.