Hi there!
I have 16 tables with different names but all the fields are same in these tables even data types too. I have also one form named "Main Page" where I have 16 buttons for those tables called btn1, btn2, btn3, ....... btn16. I want to open another form named "Form1". Can I set the record source of this form on opening/loading as RecordSource = Me.btn1 or RecordSource = Me.btn2 etc.
I have 16 tables with different names but all the fields are same in these tables even data types too. I have also one form named "Main Page" where I have 16 buttons for those tables called btn1, btn2, btn3, ....... btn16. I want to open another form named "Form1". Can I set the record source of this form on opening/loading as RecordSource = Me.btn1 or RecordSource = Me.btn2 etc.
Comment