microsoft access 2000 forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way I can reassociate a form (structure only) from one table to a new table?
 
is there a way I can reassociate a form (structure only) from one table to a new table?


You can (re)set the form's RecordSource property.

Me.RecordSource = "table2"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top