HillTJ
To train a dog, first know more than the dog..
- Local time
- Yesterday, 21:57
- Joined
- Apr 1, 2019
- Messages
- 731
I FIXED IT...at last. I made sure I had both [Inspector] &[Postedflags] Present on the subform, replaced the 2 offending code lines with;
Me.[Inspector] = Nz(GetUserName, "")
Me.[PostedFlag] = True
And made those controls invisible on the form. Works....
A big thank you for all who persevered with me. I await the day that I can help someone rather than always being the recipient of help.
Me.[Inspector] = Nz(GetUserName, "")
Me.[PostedFlag] = True
And made those controls invisible on the form. Works....
A big thank you for all who persevered with me. I await the day that I can help someone rather than always being the recipient of help.