HeavenCore
Well-known member
No idea what i'm doing on this one lol.
Basically i have a Form with a databound form (frmJobs), works fine via a simple Select * table adapter binding. On this form i have several buttons, one for example is 'Vew Quotes'.
I have a View Quotes Form which allows the user to scroll through all quotes using a detailsview databind.
The 'View Quotes' button needs to fire up frmQuote but in this case only populate it with Quotes where QuotesJob_fk (the foreign key in quotes table relating it to the jobs table) is equal to the current job being viewed on the frmJobs. What is the most efficient way of doing this?
any help and example would be awesome,
Best Regards
J.
Basically i have a Form with a databound form (frmJobs), works fine via a simple Select * table adapter binding. On this form i have several buttons, one for example is 'Vew Quotes'.
I have a View Quotes Form which allows the user to scroll through all quotes using a detailsview databind.
The 'View Quotes' button needs to fire up frmQuote but in this case only populate it with Quotes where QuotesJob_fk (the foreign key in quotes table relating it to the jobs table) is equal to the current job being viewed on the frmJobs. What is the most efficient way of doing this?
any help and example would be awesome,
Best Regards
J.