RichMorrison
Registered User.
- Local time
- , 22:58
- Joined
- Apr 24, 2002
- Messages
- 588
Sara
<<
I ended up using secret option #4... let me know if this is a bad idea... but I used 2 queries on top of each other...
The first was an update query which asks the user to assign a tdNumber to the current record (in tblApplicant.) The second appended to tblEmployees. This worked well, because it also kept the TDNo in tblApplicant to be referred to later, if that person were to apply to another position.
>>
Sound great
<<
How, though, might I lock the applications and posting?
>>
How about locking the application with secret query #5 right after #4.
After you assign a TDNo to tblApplicant you could set the "winner" field or whatever field you use in tblApplication to mark the successful candidate.
Good progress this week.
RichM
<<
I ended up using secret option #4... let me know if this is a bad idea... but I used 2 queries on top of each other...
The first was an update query which asks the user to assign a tdNumber to the current record (in tblApplicant.) The second appended to tblEmployees. This worked well, because it also kept the TDNo in tblApplicant to be referred to later, if that person were to apply to another position.
>>
Sound great

<<
How, though, might I lock the applications and posting?
>>
How about locking the application with secret query #5 right after #4.
After you assign a TDNo to tblApplicant you could set the "winner" field or whatever field you use in tblApplication to mark the successful candidate.
Good progress this week.
RichM