nicktheblue
Registered User.
- Local time
- Today, 06:40
- Joined
- Sep 15, 2001
- Messages
- 18
You know how you get Access to do something smart, then realise that the solution is not quite as simple as you first thought (happens all the time with me, anyway)?
Well, after making Access fill in a field in a different table using After Update event on a form, it has become apparent that this needs to be conditional based upon the contents of another field on the form. The field in question is "JobType" which can be filled as "T", "M" or "P". What I need to tell access is that if "jobtype" <> "P", then run the code, else do nothing. Any suggestions? I am going to have a go myself, but I'm sure somebody 'out there' can save me a few hours work (it is FA cup day, y'know!).
Many thanks in advance,
Nick
Well, after making Access fill in a field in a different table using After Update event on a form, it has become apparent that this needs to be conditional based upon the contents of another field on the form. The field in question is "JobType" which can be filled as "T", "M" or "P". What I need to tell access is that if "jobtype" <> "P", then run the code, else do nothing. Any suggestions? I am going to have a go myself, but I'm sure somebody 'out there' can save me a few hours work (it is FA cup day, y'know!).
Many thanks in advance,
Nick