Form show up in switchboard

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

Guest

When the user clicks a button such as "Add Record to Student Table" how could
I have that form show up in the same window as the switchboard. How would I
do this with a query? Thanks.
 
Hi

You would need to have the buton as a control on a form not a query. Set
the OnClick event to open your fom (as a popup) and filter it open at the
record you want to add the data to - you could select the student from a
combo box of list. Not as long as the primary field of the tudent table is
the bound column of the combo your could set the column width the 0 so you
would just be able to see the name. If you you set the auto expand to yes
this would assist you if you have a large number of students.
 

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

Similar Threads


Back
Top