Hi all,
I have a problem getting a form that uses tabs to display data. The form is called from a command button on another form that is displaying summary information of records in a table. The form should open and display the relevant record based on the id of the record that is selected. The problem is that i have to use the menu and seect applyfilter before the record is displayed. this is the only form in the project that has the problem and i'm guessing it is because all but the id field are displayed on tabs within the form.
I've tried me.refresh, me.repaint, me.requery but they didn't help.
Any suggestions as to where i'm going wrong?
Regards,
Noel.
I have a problem getting a form that uses tabs to display data. The form is called from a command button on another form that is displaying summary information of records in a table. The form should open and display the relevant record based on the id of the record that is selected. The problem is that i have to use the menu and seect applyfilter before the record is displayed. this is the only form in the project that has the problem and i'm guessing it is because all but the id field are displayed on tabs within the form.
I've tried me.refresh, me.repaint, me.requery but they didn't help.
Any suggestions as to where i'm going wrong?
Regards,
Noel.