i have a subform which won't allow me to delete a record unless i'm in the datasheet view. is there anyway to change this. the properties have been set to allow deletions.
Yes this application is to be used by someone else, however there will only 2-3 max people using this. I actually wanted to remove the shortcut options and have command buttons (although don't know whether this is possible with a subform in a main form), but at the moment my skills are still very limited so eventually when i get to it, i will probably be trawling for answers on this forum
Yes, command buttons on subforms in continuous form view that delete records are common. I've not used the shortcut menu system before and turn them off in my applications. I could suggest some diagnostic methods to pin down what is happening if you like or maybe someone else more familiar with the shortcut methods will cruise by.
Place a new TextBox on your main form and set the Control Source to:
=SubFormControlName.Form!NameOfControlOnSubForm
Replace my PsudoNames with your actual names. If the Data is different in each record of the SubForm you will be able to see what record the MainForm thinks is current on the SubForm.