Solved Property inheritence of a subform on a tabbed Control (1 Viewer)

Sam Summers

Registered User.
Local time
Today, 17:51
Joined
Sep 17, 2001
Messages
939
Hi,
Quick question really. I have this subform on a tabbed form and no matter what i try the form is showing the first mileage recorded for the vehicle whereas i want this form to only be an input form.
I have tried loads of different settings and other things but still it wont do it.
I have other forms that work fine on the same tabbed form but they are continuous forms whereas this one is set to single form.
I am guessing that this may not be possible to the inheritence of the tabbed form properties?
 

Attachments

  • Screenshot 2021-08-08 111356.png
    Screenshot 2021-08-08 111356.png
    6.2 KB · Views: 404

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:51
Joined
May 7, 2009
Messages
19,231
can you set its Data Entry property (the subform) to Yes.
 

Sam Summers

Registered User.
Local time
Today, 17:51
Joined
Sep 17, 2001
Messages
939
can you set its Data Entry property (the subform) to Yes.
Hi Arnel,
I can but it still displays the first mileage recorded? Let me try again to make sure
 

Sam Summers

Registered User.
Local time
Today, 17:51
Joined
Sep 17, 2001
Messages
939
Here is a screenshot showing the settings
 

Attachments

  • Screenshot 2021-08-08 130937.png
    Screenshot 2021-08-08 130937.png
    26.3 KB · Views: 407

Sam Summers

Registered User.
Local time
Today, 17:51
Joined
Sep 17, 2001
Messages
939
Right i have sorted it by adding this in the OnCurrent Event of the subform

Code:
DoCmd.GoToRecord , , acNewRec
 

Users who are viewing this thread

Top Bottom