CarlRostron
Registered User.
- Local time
- Today, 16:33
- Joined
- Nov 14, 2011
- Messages
- 88
I know there is a way to show a conditional 'New' field button or something similar to that in the screenshot on the next available table record.
I have tried to copy the method behind this from another of my tables which works but it is not working this time around. It looks to me like the next available record is not being displayed in my datasheet.
Please help.
Code:
=IIf(IsNull([LinkerID]),"(Add)","Remove")
I have tried to copy the method behind this from another of my tables which works but it is not working this time around. It looks to me like the next available record is not being displayed in my datasheet.
Please help.