forms invoking other fields in another form

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

Guest

I have a query - Query 1 that receives values from Form 1 as parameters. I
have another query - Query 2 that uses fields from the Query1 and Query2
also receives parameters from another form - Form2. When you invoke the Query
2 from Form 2, it sends out Msgbox-es for parameters that are being used in
Query 1 which would have been passed by Form 1.
What would be the more efficient way of implementing this?

Thanks in advance for any help...
 
Back
Top