Hi,
I've got a navigation form [frmNavigation], and all my other forms appear as tabs (subforms I guess?) going along the top. The tabs I have are:
On the [frmConsultations] tab I want to add a Command Button that will take the user to the [frmFamilies] tab - basically duplicating the action of click on the [frmFamilies] tab at the top of my navigation form.
I am able to get it to open [frmFamilies] as a separate form, but ideally I want the button to just navigate to the tab/subform on the Navigation Form.
I know it may seem pointless to duplicate the action of clicking a tab, but the reason I'm doing it is to add buttons to act as 'frequent actions' - actions that a user would commonly want to perform from that particular form.
I've used macros in the past but can't seem to find the right action. I've seen a few solutions online using VBA code/modules, but I've never used these so I don't really know where to start with them
I'd welcome a brief tutorial though if that's what I need to use to achieve what I want!
I hope this makes sense, any help would be greatly appreciated. If you need any further information please let me know and I will post it. Thanks
I've got a navigation form [frmNavigation], and all my other forms appear as tabs (subforms I guess?) going along the top. The tabs I have are:
- frmConsultations
- frmFamilies
- frmIndividuals
On the [frmConsultations] tab I want to add a Command Button that will take the user to the [frmFamilies] tab - basically duplicating the action of click on the [frmFamilies] tab at the top of my navigation form.
I am able to get it to open [frmFamilies] as a separate form, but ideally I want the button to just navigate to the tab/subform on the Navigation Form.
I know it may seem pointless to duplicate the action of clicking a tab, but the reason I'm doing it is to add buttons to act as 'frequent actions' - actions that a user would commonly want to perform from that particular form.
I've used macros in the past but can't seem to find the right action. I've seen a few solutions online using VBA code/modules, but I've never used these so I don't really know where to start with them

I hope this makes sense, any help would be greatly appreciated. If you need any further information please let me know and I will post it. Thanks