Message (1 Viewer)

Lady Gragor

Registered User.
Local time
Tomorrow, 06:24
Joined
Nov 4, 2008
Messages
37
I have two sub forms on the main form. On one sub form, the user selects a job number from cbo_JobNo. If the person selected on the other sub form is not person1 or person2 then I would like a message "You cannot use this job number". Could I have some advise on the best way to do this please.
 

RuralGuy

AWF VIP
Local time
Today, 14:24
Joined
Jul 2, 2005
Messages
13,826
You would put your code in the BeforeUpdate event of the cbo_JobNo ComboBox.
 

Lady Gragor

Registered User.
Local time
Tomorrow, 06:24
Joined
Nov 4, 2008
Messages
37
Yes I understand that part thanks RuralGuy but I am not sure on the code?
 

RuralGuy

AWF VIP
Local time
Today, 14:24
Joined
Jul 2, 2005
Messages
13,826
Post back here if you are still having trouble and give us what you have so far.
 

Users who are viewing this thread

Top Bottom