I've got a data entry form with the following piece of code which allows an existing record to be selected:
Private Sub Client_Select_AfterUpdate()
Me.DataEntry = False
Me.Contact_Details_Subform.Form.DataEntry = True
Dim rs As Object
Set rs = Me.Recordset.Clone...
Hi,
I've got a form that is quite long (2-3 screens). The controls on the form continue down on progressively nested subforms giving the illusion to the user that they're just inputting on one single form.
The problem I have is that as you tab through all the fields once you get beyond the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.