inserting subdatasheet into form using macros

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

Guest

I need help. I am wanting to automatically insert a subdatasheet into a form
using a command button through macros. Is this possible? would it be better
to linke it through an expression, and how would I do that.

Thanks!!!!!!!
 
as no one has given you a technical answer - I also do not have an answer but
I'll just throw in the comment that rather than go the route of having end
users inserting subforms/datasheets - - - perhaps you might consider having
it there but not visible....and simply allow them to make visible...
 
Good suggestion, NTC. Another option would be to usde a SetValue macro
to assign the subform's Source Object or Record Source at runtime.
 
Back
Top