limawhiskey
New member
- Local time
- Today, 00:22
- Joined
- May 12, 2020
- Messages
- 9
Hi Guys,
I am extremely new to Access and this is my first project using it, i'm normally an Excel kinda guy but like the flexibility and easier user elements of access.
I have a form which is linked to 5 different tables when the user selects a colleague it opens up their record. They will then have various tabs open which will be shown using VBA code on each of these tabs is a sub-form which needs completing each time it appears.
The first page which holds the colleagues key details will not change and can be updated so there will always be a single employee record and no duplicates. For each test undertaken on the other 5 tabs these will be individual each time and logging as a separate record on the corresponding table.
I have set the Data Entry to Yes on all sub-forms and even put code in the On Load event of each sub-form
However every-time I use it shows the same record and updates the same record rather than creating a new one.
Can anyone help me with this?
Thank you
I am extremely new to Access and this is my first project using it, i'm normally an Excel kinda guy but like the flexibility and easier user elements of access.
I have a form which is linked to 5 different tables when the user selects a colleague it opens up their record. They will then have various tabs open which will be shown using VBA code on each of these tabs is a sub-form which needs completing each time it appears.
The first page which holds the colleagues key details will not change and can be updated so there will always be a single employee record and no duplicates. For each test undertaken on the other 5 tabs these will be individual each time and logging as a separate record on the corresponding table.
I have set the Data Entry to Yes on all sub-forms and even put code in the On Load event of each sub-form
Code:
DoCmd.GoToRecord , , acNewRec
However every-time I use it shows the same record and updates the same record rather than creating a new one.
Can anyone help me with this?
Thank you