how do i set table source for a form

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

Guest

I am trying to create a form that will have two command buttons. And depnding
on which command button the user chooses, another form will open with the
data fields displayed corresponding to the table associated for that button.
 
I am trying to create a form that will have two command buttons. And depnding
on which command button the user chooses, another form will open with the
data fields displayed corresponding to the table associated for that button.

You can either use two different forms or if you have ac2K+ then you could pass
the information in the OpenArgs argument of the OpenForm command and set your
RecordSource in the Open event of the next form.
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 

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