antonyx
Arsenal Supporter
- Local time
- Today, 16:36
- Joined
- Jan 7, 2005
- Messages
- 556
Code:
Forms!Job!qbook.Value = newid
Forms("job").SetFocus
[b]here[/b]
DoCmd.Close acForm, "bookperson"
i want to either close the form ONLY when the new value has been transferred to the other form.. or close the form after 3 seconds or something because at the moment its not letting me close the form while the event is being processed..
anyone??