Continuous subform problem

atrium

Registered User.
Local time
Tomorrow, 04:32
Joined
May 13, 2014
Messages
348
I have a subform (Continuous) and the last entry on each detail line is my delete button. When the form is open if I click on any of the eight columns across the form it fires the code for my delete button. Only the first click not any subsequent click.
I only want delete a record when the delete button is used

Has anyone any ideas
 
This is one of those times when I think you're going to have to
  1. Remove any confidential data
  2. Compile the app
  3. ZIP your file and attach it to a post here
Linq ;0)>
 
initially set Focus on Subform/textbox(on subform) when your db Loads:

Form!MainFormName!SubformName.SetFocus
Form!MainFormName!SubformName.Form!textBoxName.SetFocus
 

Users who are viewing this thread

Back
Top Bottom