AlvaroCity
Registered User.
- Local time
- Today, 20:27
- Joined
- Jul 16, 2016
- Messages
- 70
Hello everyone.
I have a navigation form in which there are 2 tabs. The main form has only the ID field whereas on the tabs the fields are linked to the ID from the main form.
The problem is when I want to introduce a new record. The new records I want to introduce are on the first tab but when I start typing, a error message pops up. This is because the ID field is on the main form instead of the tab.
The code used to open the navigation form is:
To make it clearer I recorded a video on youtube. I hope this will be helpful. If there is anything
https://www.youtube.com/watch?v=HBqOf7h6dC4
Thank you
I have a navigation form in which there are 2 tabs. The main form has only the ID field whereas on the tabs the fields are linked to the ID from the main form.
The problem is when I want to introduce a new record. The new records I want to introduce are on the first tab but when I start typing, a error message pops up. This is because the ID field is on the main form instead of the tab.
The code used to open the navigation form is:
Code:
DoCmd.OpenForm "frmClientes", acNormal, , , acFormAdd
To make it clearer I recorded a video on youtube. I hope this will be helpful. If there is anything
https://www.youtube.com/watch?v=HBqOf7h6dC4
Thank you