Mar 18, 2007 #1 tnesbit Programmer Jan 18, 2007 12 US Hi Guys, I have a question. Is it possible to ghost the Next record button on the Naviagtion bar using VBA? I would like to force the User to click the Add button I have assigned. But the Next button is enabled and can be used. Thanx so much, Trudye
Hi Guys, I have a question. Is it possible to ghost the Next record button on the Naviagtion bar using VBA? I would like to force the User to click the Add button I have assigned. But the Next button is enabled and can be used. Thanx so much, Trudye
Mar 18, 2007 1 Thread starter #2 tnesbit Programmer Jan 18, 2007 12 US I tried: Me.AllowAdditions = False That seems to have done the trick, Thanks everyone. Upvote 0 Downvote