T thedeadzeds Registered User. Local time Today, 13:15 Joined Jan 8, 2014 Messages 40 Oct 16, 2015 #1 Guys, is there a way to do the following on the attached form? If "type" is equal to kickback, show closed, else show active Attachments Date Due.zip Date Due.zip 30.2 KB · Views: 133
Guys, is there a way to do the following on the attached form? If "type" is equal to kickback, show closed, else show active
G Grumm Registered User. Local time Today, 22:15 Joined Oct 9, 2015 Messages 384 Oct 16, 2015 #2 I added a small vba script to the AfterUpdate event of that field. There you can change any value you want. Attachments Date Due.accdb Date Due.accdb 696 KB · Views: 127
I added a small vba script to the AfterUpdate event of that field. There you can change any value you want.