Hi All,
I have this report which allows me to see all data in all of my tables
On the report next to each row of information I have a view button which posts the data on to my main form which is made up of the tab controls.
The problem I am having is when I click the view button, I only want to post the data on tab 1, but it posts on tabs 1 and 2
I did add this code in but it came up with “Run time error ‘438’ Object doesn’t support this property method
Forms!form1!tab1.Name = Me.Name
Anybody got any idea’s, many thanks for your help in advance.
I have this report which allows me to see all data in all of my tables
On the report next to each row of information I have a view button which posts the data on to my main form which is made up of the tab controls.
The problem I am having is when I click the view button, I only want to post the data on tab 1, but it posts on tabs 1 and 2
I did add this code in but it came up with “Run time error ‘438’ Object doesn’t support this property method
Forms!form1!tab1.Name = Me.Name
Anybody got any idea’s, many thanks for your help in advance.